]> git.pld-linux.org Git - packages/ppp.git/blobdiff - ppp-make.patch
- updated make patch, use %%configure in radiusclient to use proper optflags
[packages/ppp.git] / ppp-make.patch
index b67a92df28007f220524e932085a06d88caab71c..6eab1016b73d6f60ded123728d86aa5ae03d62bf 100644 (file)
@@ -124,3 +124,25 @@ diff -urN ppp-2.4.2-20020809.org/pppstats/Makefile.linux ppp-2.4.2-20020809/ppps
        $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
  
  pppstats: $(PPPSTATSRCS)
+--- ppp-2.4.2-20030613/pppd/plugins/rp-pppoe/Makefile.linux.orig       2003-06-17 00:58:36.000000000 +0200
++++ ppp-2.4.2-20030613/pppd/plugins/rp-pppoe/Makefile.linux    2003-06-17 08:04:52.000000000 +0200
+@@ -16,7 +16,7 @@
+ # Version is set ONLY IN THE MAKEFILE!  Don't delete this!
+ VERSION=3.5
+-CFLAGS+=-I../../../include/linux
++CFLAGS+=-I../../../include/linux $(OPT_FLAGS)
+ all: rp-pppoe.so
+ rp-pppoe.so: libplugin.a plugin.o
+--- ppp-2.4.2-20030613/pppd/plugins/radius/Makefile.linux.orig 2002-10-05 06:35:24.000000000 +0200
++++ ppp-2.4.2-20030613/pppd/plugins/radius/Makefile.linux      2003-06-17 08:02:16.000000000 +0200
+@@ -5,7 +5,7 @@
+ MANDIR=/usr/man
+ PLUGIN=radius.so radattr.so radrealms.so
+-CFLAGS=-I../.. -I../../../include -Iradiusclient/include -O2
++CFLAGS=-I../.. -I../../../include -Iradiusclient/include $(OPT_FLAGS)
+ # Uncomment the next line to include support for Microsoft's
+ # MS-CHAP authentication protocol.
This page took 0.085371 seconds and 4 git commands to generate.