diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-05-21 10:49:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-05-21 10:49:21 +0000 |
commit | d21f38210aefa9ce3005540b1a3ee079633935b6 (patch) | |
tree | 6e714d868be16a9f75a400aa3bfc2e11c1c70421 /package/ppp/patches/200-makefile.patch | |
parent | b97b54291da149cf68a6db878aae2f92962e1cad (diff) | |
download | upstream-d21f38210aefa9ce3005540b1a3ee079633935b6.tar.gz upstream-d21f38210aefa9ce3005540b1a3ee079633935b6.tar.bz2 upstream-d21f38210aefa9ce3005540b1a3ee079633935b6.zip |
refresh patches
SVN-Revision: 15958
Diffstat (limited to 'package/ppp/patches/200-makefile.patch')
-rw-r--r-- | package/ppp/patches/200-makefile.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package/ppp/patches/200-makefile.patch b/package/ppp/patches/200-makefile.patch index eda137c7e7..e9731d1e0d 100644 --- a/package/ppp/patches/200-makefile.patch +++ b/package/ppp/patches/200-makefile.patch @@ -1,7 +1,6 @@ -diff -Naur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux ---- ppp-2.4.4.orig/pppd/Makefile.linux 2009-05-08 23:17:17.000000000 -0400 -+++ ppp-2.4.4/pppd/Makefile.linux 2009-05-08 23:18:37.000000000 -0400 -@@ -48,21 +48,21 @@ +--- a/pppd/Makefile.linux ++++ b/pppd/Makefile.linux +@@ -48,21 +48,21 @@ MPPE=y # Uncomment the next line to include support for PPP packet filtering. # This requires that the libpcap library and headers be installed # and that the kernel driver support PPP packet filtering. @@ -28,7 +27,7 @@ diff -Naur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux # Enable plugins PLUGIN=y -@@ -77,7 +77,7 @@ +@@ -77,7 +77,7 @@ MAXOCTETS=y INCLUDE_DIRS= -I../include @@ -37,7 +36,7 @@ diff -Naur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"' -@@ -117,10 +117,10 @@ +@@ -117,10 +117,10 @@ CFLAGS += -DHAS_SHADOW #LIBS += -lshadow $(LIBS) endif |