aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/010-use_target_for_configure.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-05-21 10:49:21 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-05-21 10:49:21 +0000
commiteb5911f5a27c17775e4af95422e59006b5c5ce92 (patch)
treedfc9734033fed4543b8fe858ab80c8e9a7a5af78 /package/ppp/patches/010-use_target_for_configure.patch
parented5472e86882f5358d159df645c5ed8f3829b7e8 (diff)
downloadupstream-eb5911f5a27c17775e4af95422e59006b5c5ce92.tar.gz
upstream-eb5911f5a27c17775e4af95422e59006b5c5ce92.tar.bz2
upstream-eb5911f5a27c17775e4af95422e59006b5c5ce92.zip
[ppp] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/patches/010-use_target_for_configure.patch')
-rw-r--r--package/ppp/patches/010-use_target_for_configure.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/ppp/patches/010-use_target_for_configure.patch b/package/ppp/patches/010-use_target_for_configure.patch
index dc4419696f..e185be0bea 100644
--- a/package/ppp/patches/010-use_target_for_configure.patch
+++ b/package/ppp/patches/010-use_target_for_configure.patch
@@ -2,11 +2,9 @@
Use values exported from $(TOPDIR)/rules.mk for determining
the target system instead of the host configuration
-Index: ppp-2.4.3/configure
-===================================================================
---- ppp-2.4.3.orig/configure 2007-06-04 13:22:08.549555552 +0200
-+++ ppp-2.4.3/configure 2007-06-04 13:22:08.618545064 +0200
-@@ -8,9 +8,9 @@
+--- a/configure
++++ b/configure
+@@ -8,9 +8,9 @@ SYSCONF=/etc
# if [ -d /NextApps ]; then
# system="NeXTStep"
# else