mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 10:40:05 +02:00
23 lines
658 B
Plaintext
23 lines
658 B
Plaintext
From d80393c0a65963999267775fe01b6eb231072c07 Mon Sep 17 00:00:00 2001
|
|
From: Panagiotis Vasilopoulos <hello@alwayslivid.com>
|
|
Date: Wed, 18 Dec 2019 20:19:20 +0000
|
|
Subject: replaced lrt with lexecinfo
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 527a3d0..b74a902 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -58,7 +58,7 @@ c_objects = $(addprefix $(BUILD_DIR)/,$(c_sources:=.o))
|
|
objects = $(c_objects) $(cpp_objects)
|
|
deps = $(addprefix $(BUILD_DIR)/,$(c_sources:=.d) $(cpp_sources:=.d))
|
|
|
|
-LDLIBS := $(shell sdl2-config --libs) -lrt
|
|
+LDLIBS := $(shell sdl2-config --libs) -lexecinfo
|
|
|
|
ifeq ($(INCLUDE_DEBUGGER),1)
|
|
LDLIBS += -lreadline
|
|
--
|
|
2.19.0
|
|
|