mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
11 lines
237 B
Makefile
11 lines
237 B
Makefile
--- binr/rules.mk.orig 2018-07-03 15:16:33 UTC
|
|
+++ binr/rules.mk
|
|
@@ -2,6 +2,8 @@ BINR_PROGRAM=1
|
|
include ../../libr/config.mk
|
|
include ../../shlr/zip/deps.mk
|
|
|
|
+LDFLAGS+=-lexecinfo
|
|
+
|
|
ifeq (,$(findstring tcc,${CC}))
|
|
CFLAGS+=-pie
|
|
endif
|