summaryrefslogtreecommitdiff
path: root/package/pptpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 13:33:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 13:33:16 +0100
commit81a6996f5152a31c2e36b5c7cef61e6ab4a2ceeb (patch)
tree1f2d41b3b8612232dc09991269ac701411847b83 /package/pptpd
parent1fd0a033550fce732befa928bd3ac88490eb12f7 (diff)
disable for musl
Diffstat (limited to 'package/pptpd')
-rw-r--r--package/pptpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile
index 2a2e957dd..07ae9cc1a 100644
--- a/package/pptpd/Makefile
+++ b/package/pptpd/Makefile
@@ -13,6 +13,8 @@ PKG_DEPENDS:= ppp kmod-crypto kmod-ppp-mppe kmod-ppp kmod-net-ipgre
PKG_URL:= http://www.poptop.org/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=poptop/}
+PKG_LIBC_DEPENDS:= uclibc eglibc glibc
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,PPTPD,pptpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))