summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-22 12:11:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-22 12:11:47 +0100
commitd3d5bb7ed2a8d7d8bccb56638ad977d5d7947371 (patch)
treef6b9a6ef63f630f6fed1cda56a85769b47eebda2
parentb247e33b4c8eef9ef3b9ecd1d8f75b815f434cf3 (diff)
disable ppp for musl build
-rw-r--r--package/gpm/Makefile6
-rw-r--r--package/ppp/Makefile2
-rw-r--r--package/rp-pppoe/Makefile1
-rw-r--r--package/ssltunnel/Makefile2
4 files changed, 8 insertions, 3 deletions
diff --git a/package/gpm/Makefile b/package/gpm/Makefile
index e664facdd..888233345 100644
--- a/package/gpm/Makefile
+++ b/package/gpm/Makefile
@@ -4,13 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= gpm
-PKG_VERSION:= 1.20.6
-PKG_RELEASE:= 2
+PKG_VERSION:= 1.20.7
+PKG_RELEASE:= 1
PKG_MD5SUM:= b75e794bfb9fe8114d0b083932673b8f
PKG_DESCR:= console mouse support
PKG_SECTION:= misc
PKG_URL:= http://launchpad.net/gpm
-PKG_SITES:= http://launchpad.net/gpm/main/${PKG_VERSION}/+download/
+PKG_SITES:= http://www.nico.schottelius.org/software/gpm/archives/
PKG_NOPARALLEL:= 1
PKG_OPTS:= dev
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index b7aa99f20..2458c68f2 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -15,6 +15,8 @@ PKG_URL:= http://ppp.samba.org/
PKG_SITES:= ftp://ftp.samba.org/pub/ppp/
PKG_MULTI:= 1
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
+
PKG_SUBPKGS:= PPP PPP_MOD_PPPOA PPP_MOD_PPPOE PPP_MOD_RADIUS
PKG_SUBPKGS+= PPP_MOD_CHAT PPP_MOD_PPPDUMP PPP_MOD_PPPSTATS PPP_MOD_PPPUMTS
PKGSS_PPP_MOD_PPPOE:= kmod-pppoe
diff --git a/package/rp-pppoe/Makefile b/package/rp-pppoe/Makefile
index 3c64eef20..75ed5fee9 100644
--- a/package/rp-pppoe/Makefile
+++ b/package/rp-pppoe/Makefile
@@ -13,6 +13,7 @@ PKG_DEPENDS:= ppp
PKG_URL:= http://www.roaringpenguin.com/
PKG_SITES:= http://www.roaringpenguin.com/files/download/
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
PKG_SUBPKGS:= PPPOE_CLIENT PPPOE_RELAY PPPOE_SERVER PPPOE_SNIFF
WRKSRC= ${WRKDIST}/src
diff --git a/package/ssltunnel/Makefile b/package/ssltunnel/Makefile
index 615d67ee0..770268518 100644
--- a/package/ssltunnel/Makefile
+++ b/package/ssltunnel/Makefile
@@ -13,6 +13,8 @@ PKG_DEPENDS:= libopenssl ppp
PKG_BUILDDEP:= openssl ppp
PKG_SITES:= http://www.hsc.fr/ressources/outils/ssltunnel/download/
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,SSLTUNNEL,ssltunnel,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))