X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ppp-make.patch;h=6eab1016b73d6f60ded123728d86aa5ae03d62bf;hb=865a10937ffb70a0c0c794e7f6b8fa6aa1c4e8c7;hp=b67a92df28007f220524e932085a06d88caab71c;hpb=d26023db008e15e4bb6ed4527dcd81d03edd674e;p=packages%2Fppp.git diff --git a/ppp-make.patch b/ppp-make.patch index b67a92d..6eab101 100644 --- a/ppp-make.patch +++ b/ppp-make.patch @@ -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.