e241f35e17
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8241 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
618 B
Diff
14 lines
618 B
Diff
Index: freeradius-1.1.6/src/main/Makefile.in
|
|
===================================================================
|
|
--- freeradius-1.1.6.orig/src/main/Makefile.in 2007-07-30 14:17:42.000000000 -0500
|
|
+++ freeradius-1.1.6/src/main/Makefile.in 2007-07-30 14:17:43.000000000 -0500
|
|
@@ -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)
|
|
|