diff options
author | Mike Baker <mbm@openwrt.org> | 2004-08-24 23:50:14 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-08-24 23:50:14 +0000 |
commit | 5e346b8f70a5df1e1884d830508080ac87bc259a (patch) | |
tree | db8218863c9124ae287832ccd846ad4d96c2e05e /obsolete-buildroot/sources/openwrt/patches/pptp-server/poptop-1.1.3-20030409-CCOPTS.patch | |
parent | f0dfe4b88acf3a3e307b4bcf5c6e5485e5aa4ffd (diff) | |
download | mtk-20170518-5e346b8f70a5df1e1884d830508080ac87bc259a.zip mtk-20170518-5e346b8f70a5df1e1884d830508080ac87bc259a.tar.gz mtk-20170518-5e346b8f70a5df1e1884d830508080ac87bc259a.tar.bz2 |
massive changes - sstrip cleanup from mjn3 - various patches from nico and others: http://openwrt.org/forum/viewtopic.php?t=368
SVN-Revision: 145
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/patches/pptp-server/poptop-1.1.3-20030409-CCOPTS.patch')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/patches/pptp-server/poptop-1.1.3-20030409-CCOPTS.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/patches/pptp-server/poptop-1.1.3-20030409-CCOPTS.patch b/obsolete-buildroot/sources/openwrt/patches/pptp-server/poptop-1.1.3-20030409-CCOPTS.patch new file mode 100644 index 0000000..017d156 --- /dev/null +++ b/obsolete-buildroot/sources/openwrt/patches/pptp-server/poptop-1.1.3-20030409-CCOPTS.patch @@ -0,0 +1,15 @@ +diff -ruN poptop-old/Makefile.in poptop-new/Makefile.in +--- poptop-old/Makefile.in 2003-02-06 17:39:45.000000000 +0100 ++++ poptop-new/Makefile.in 2004-04-04 15:50:17.000000000 +0200 +@@ -74,8 +74,9 @@ + AUTOMAKE_OPTIONS = no-dependencies foreign + + INCLUDES = -I. +-CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' +-#CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' ++CCOPTS = -O2 -fno-builtin ++CFLAGS = $(CCOPTS) -Wall -ansi -DSBINDIR='"$(sbindir)"' ++#CFLAGS = $(CCOPTS) -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' + + man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 + |