summaryrefslogtreecommitdiffstats
path: root/package/pptp-linux/pptp-linux.mk
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-22 18:57:32 +0200
committerBernhard Reutner-Fischer2007-08-22 18:57:32 +0200
commit0dd9238c7f31fe3d042bf4734f928c782a6c4aa4 (patch)
tree1ccf22e00c422412e38817eeb4fbf8dfd046ffe8 /package/pptp-linux/pptp-linux.mk
parent- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped (diff)
downloadbuildroot-0dd9238c7f31fe3d042bf4734f928c782a6c4aa4.tar.gz
buildroot-0dd9238c7f31fe3d042bf4734f928c782a6c4aa4.tar.xz
buildroot-0dd9238c7f31fe3d042bf4734f928c782a6c4aa4.zip
- set _SKIP_CONFIGURE since we can just make it
Diffstat (limited to 'package/pptp-linux/pptp-linux.mk')
-rw-r--r--package/pptp-linux/pptp-linux.mk3
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))