diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 13:33:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 13:33:16 +0100 |
commit | 81a6996f5152a31c2e36b5c7cef61e6ab4a2ceeb (patch) | |
tree | 1f2d41b3b8612232dc09991269ac701411847b83 /package/pptpd/Makefile | |
parent | 1fd0a033550fce732befa928bd3ac88490eb12f7 (diff) |
disable for musl
Diffstat (limited to 'package/pptpd/Makefile')
-rw-r--r-- | package/pptpd/Makefile | 2 |
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})) |