From 7027e2c318e1f47e914015fc0f13992a4dcbb32a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 2 Jun 2010 00:18:33 +0200 Subject: update to latest upstream and fix cross-compile on Cygwin --- package/pptpd/patches/patch-Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/pptpd/patches/patch-Makefile_in (limited to 'package/pptpd/patches/patch-Makefile_in') diff --git a/package/pptpd/patches/patch-Makefile_in b/package/pptpd/patches/patch-Makefile_in new file mode 100644 index 000000000..23a5b8420 --- /dev/null +++ b/package/pptpd/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- pptpd-1.3.4.orig/Makefile.in 2007-04-16 03:10:27.000000000 +0200 ++++ pptpd-1.3.4/Makefile.in 2010-05-29 18:48:12.250000000 +0200 +@@ -104,7 +104,7 @@ AUTOMAKE = @AUTOMAKE@ + AWK = @AWK@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +-CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' ++CFLAGS = -Wall -DSBINDIR='"$(sbindir)"' + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CYGPATH_W = @CYGPATH_W@ -- cgit v1.2.3 From 58f46acfc2d221f546f1d3957c4e078142597ebf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Jun 2010 21:42:30 +0200 Subject: fix cross-compile --- package/pptpd/patches/patch-Makefile_in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/pptpd/patches/patch-Makefile_in') diff --git a/package/pptpd/patches/patch-Makefile_in b/package/pptpd/patches/patch-Makefile_in index 23a5b8420..c7a39c493 100644 --- a/package/pptpd/patches/patch-Makefile_in +++ b/package/pptpd/patches/patch-Makefile_in @@ -1,11 +1,11 @@ --- pptpd-1.3.4.orig/Makefile.in 2007-04-16 03:10:27.000000000 +0200 -+++ pptpd-1.3.4/Makefile.in 2010-05-29 18:48:12.250000000 +0200 ++++ pptpd-1.3.4/Makefile.in 2010-06-10 10:55:01.421440719 +0200 @@ -104,7 +104,7 @@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ -CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -+CFLAGS = -Wall -DSBINDIR='"$(sbindir)"' ++CFLAGS ?= -Wall -DSBINDIR='"$(sbindir)"' CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -- cgit v1.2.3