patches/freeradius-02-makefiles.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 417 781a4170f551
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
417
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- freeradius-1.1.7.orig/src/main/Makefile.in	2007年  2月 14日 三 10:44:23
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ freeradius-1.1.7/src/main/Makefile.in	2007年  8月 19日 日 01:34:57
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -61,7 +61,7 @@
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 radiusd: $(SERVER_OBJS) $(MODULE_OBJS) ../lib/libradius.la
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 	$(LIBTOOL) --mode=link $(CC) -export-dynamic -dlopen self \
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
-		$(LDFLAGS) -pie $(LINK_MODE) -o $@ $(SERVER_OBJS)      \
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+		$(LDFLAGS) $(LINK_MODE) -o $@ $(SERVER_OBJS)      \
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 		$(MODULE_LIBS) $(LIBS) $(SNMP_LIBS) $(PTHREADLIB) \
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 		$(LIBLTDL) $(OPENSSL_LIBS)
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
--- freeradius-1.1.7.orig/src/modules/rlm_krb5/Makefile.in	2006年  2月 10日 五 14:47:15
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
+++ freeradius-1.1.7/src/modules/rlm_krb5/Makefile.in	2007年  8月 19日 日 01:47:10
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
@@ -6,7 +6,7 @@
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    15
 SRCS       = rlm_krb5.c
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
 HEADERS    =
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
 RLM_LIBS   = @krb5_ldflags@
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    18
-RLM_CFLAGS = @krb5_cflags@ -I/usr/include/et
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    19
+RLM_CFLAGS = @krb5_cflags@ $(CPPFLAGS) -I/usr/include/et
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    20
 
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    21
 include ../rules.mak
781a4170f551 2007-08-19 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    22