diff options
Diffstat (limited to 'net/freeradius2/files/patch-radiusd-no-pie')
-rw-r--r-- | net/freeradius2/files/patch-radiusd-no-pie | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/freeradius2/files/patch-radiusd-no-pie b/net/freeradius2/files/patch-radiusd-no-pie deleted file mode 100644 index bf0772399683..000000000000 --- a/net/freeradius2/files/patch-radiusd-no-pie +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main/Makefile.in Wed Feb 14 15:44:23 2007 -+++ src/main/Makefile.in Mon Dec 3 14:26:53 2007 -@@ -61,7 +61,7 @@ - - radiusd: $(SERVER_OBJS) $(MODULE_OBJS) ../lib/libradius.la - $(LIBTOOL) --mode=link $(CC) -export-dynamic -dlopen self \ -- $(LDFLAGS) -pie $(LINK_MODE) -o $@ $(SERVER_OBJS) \ -+ $(LDFLAGS) $(LINK_MODE) -o $@ $(SERVER_OBJS) \ - $(MODULE_LIBS) $(LIBS) $(SNMP_LIBS) $(PTHREADLIB) \ - $(LIBLTDL) $(OPENSSL_LIBS) - |