diff options
Diffstat (limited to 'package/ssltunnel')
-rw-r--r-- | package/ssltunnel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ssltunnel/Makefile b/package/ssltunnel/Makefile index e34fd5286..27a81da2a 100644 --- a/package/ssltunnel/Makefile +++ b/package/ssltunnel/Makefile @@ -15,7 +15,7 @@ PKG_SITES:= http://www.hsc.fr/ressources/outils/ssltunnel/download/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng glibc include ${ADK_TOPDIR}/mk/package.mk |