diff options
Diffstat (limited to 'package/pptpd')
-rw-r--r-- | package/pptpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index 139d68ac4..5944343bd 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -18,7 +18,7 @@ PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP_MPPE m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng glibc include ${ADK_TOPDIR}/mk/package.mk |