diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 16:57:32 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 16:57:32 +0000 |
commit | 0dd9238c7f31fe3d042bf4734f928c782a6c4aa4 (patch) | |
tree | 1ccf22e00c422412e38817eeb4fbf8dfd046ffe8 | |
parent | 59390db4a656a5c6434ed03b3a09a33665f23da4 (diff) | |
download | buildroot-novena-0dd9238c7f31fe3d042bf4734f928c782a6c4aa4.tar.gz buildroot-novena-0dd9238c7f31fe3d042bf4734f928c782a6c4aa4.zip |
- set _SKIP_CONFIGURE since we can just make it
-rw-r--r-- | package/pptp-linux/pptp-linux.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk index 89a14df8f..2307edc97 100644 --- a/package/pptp-linux/pptp-linux.mk +++ b/package/pptp-linux/pptp-linux.mk @@ -7,6 +7,7 @@ PPTP_LINUX_VERSION=1.7.0 PPTP_LINUX_SOURCE=pptp-linux_$(PPTP_LINUX_VERSION).orig.tar.gz PPTP_LINUX_PATCH=pptp-linux_$(PPTP_LINUX_VERSION)-2.diff.gz -PPTP_LINUX_SITE=http://ftp.debian.org/debian/pool/main/p/pptp-linux/ +PPTP_LINUX_SITE=http://ftp.debian.org/debian/pool/main/p/pptp-linux +PPTP_LINUX_SKIP_CONFIGURE=true $(eval $(call AUTOTARGETS,pptp-linux)) |