diff options
Diffstat (limited to 'net/freeradius/files/patch-src-main-Makefile.in')
-rw-r--r-- | net/freeradius/files/patch-src-main-Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/freeradius/files/patch-src-main-Makefile.in b/net/freeradius/files/patch-src-main-Makefile.in deleted file mode 100644 index 0e0f7e2e75a4..000000000000 --- a/net/freeradius/files/patch-src-main-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- src/main/Makefile.in.orig Wed Feb 14 15:44:23 2007 -+++ src/main/Makefile.in Mon Mar 12 13:20:32 2007 -@@ -61,9 +61,9 @@ - - radiusd: $(SERVER_OBJS) $(MODULE_OBJS) ../lib/libradius.la - $(LIBTOOL) --mode=link $(CC) -export-dynamic -dlopen self \ -- $(LDFLAGS) -pie $(LINK_MODE) -o $@ $(SERVER_OBJS) \ -+ $(CFLAGS) $(LDFLAGS) -pie $(LINK_MODE) -o $@ $(SERVER_OBJS) \ - $(MODULE_LIBS) $(LIBS) $(SNMP_LIBS) $(PTHREADLIB) \ - $(LIBLTDL) $(OPENSSL_LIBS) - - radiusd.lo: radiusd.c ../include/request_list.h ../include/modules.h ../include/modcall.h ../include/modpriv.h - $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c radiusd.c - |