You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/zerotier/files/zerotier-1.4.6-respect-ldfl...

12 lines
455 B

--- a/make-linux.mk 2019-09-05 11:02:16.000000000 -0700
+++ b/make-linux.mk 2019-09-27 21:01:21.000000000 -0700
@@ -77,7 +77,7 @@
override CFLAGS+=-Wall -Wno-deprecated -pthread $(INCLUDES) -DNDEBUG $(DEFS)
CXXFLAGS?=-O3 -fstack-protector -fPIE
override CXXFLAGS+=-Wall -Wno-deprecated -std=c++11 -pthread $(INCLUDES) -DNDEBUG $(DEFS)
- LDFLAGS=-pie -Wl,-z,relro,-z,now
+ LDFLAGS?=-pie -Wl,-z,relro,-z,now
STRIP?=strip
STRIP+=--strip-all
endif