mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
11 lines
248 B
Makefile
11 lines
248 B
Makefile
--- binr/rules.mk.orig 2021-02-11 00:59:05 UTC
|
|
+++ binr/rules.mk
|
|
@@ -3,6 +3,8 @@ include ../../libr/config.mk
|
|
include ../../shlr/zip/deps.mk
|
|
include ../../shlr/sdb.mk
|
|
|
|
+LDFLAGS+=-lexecinfo
|
|
+
|
|
ifeq (,$(findstring tcc,${CC}))
|
|
CFLAGS+=-pie
|
|
endif
|