summaryrefslogtreecommitdiffstats
path: root/rules/ppp.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-05-04 10:44:15 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2012-05-08 16:20:42 +0200
commita7b7912f94cffb2a6b79733f779ff2d2b18b7f61 (patch)
tree7cd39d548527b01af6d060a38652609ed4663f83 /rules/ppp.make
parented4b6b3326eb8fc48c1662352d59fefe6920e2d4 (diff)
downloadptxdist-a7b7912f94cffb2a6b79733f779ff2d2b18b7f61.tar.gz
ptxdist-a7b7912f94cffb2a6b79733f779ff2d2b18b7f61.tar.xz
ppp: version bump to 2.4.5
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/ppp.make')
-rw-r--r--rules/ppp.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/ppp.make b/rules/ppp.make
index 9856acd43..d4d01714c 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -18,11 +18,11 @@ PACKAGES-$(PTXCONF_PPP) += ppp
#
# Paths and names
#
-PPP_VERSION := 2.4.4
-PPP_MD5 := 183800762e266132218b204dfb428d29
+PPP_VERSION := 2.4.5
+PPP_MD5 := 4621bc56167b6953ec4071043fe0ec57
PPP := ppp-$(PPP_VERSION)
PPP_SUFFIX := tar.gz
-PPP_URL := ftp://ftp.samba.org/pub/ppp/$(PPP).$(PPP_SUFFIX)
+PPP_URL := http://ftp.samba.org/pub/ppp/$(PPP).$(PPP_SUFFIX)
PPP_SOURCE := $(SRCDIR)/$(PPP).$(PPP_SUFFIX)
PPP_DIR := $(BUILDDIR)/$(PPP)
PPP_LICENSE := BSD,GPLv2
@@ -50,6 +50,8 @@ $(STATEDIR)/ppp.prepare:
@cd $(PPP_DIR) && $(PPP_PATH) $(PPP_CONF_ENV) \
./configure --prefix=/usr --sysconfdir=/etc
+ @$(call disable_sh,$(PPP_DIR)/pppd/Makefile,USE_PAM=y)
+
ifdef PTXCONF_GLOBAL_IPV6
@$(call enable_sh,$(PPP_DIR)/pppd/Makefile,HAVE_INET6=y)
else