diff options
Diffstat (limited to 'package/ssltunnel/Makefile')
-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 770268518..607f9a610 100644 --- a/package/ssltunnel/Makefile +++ b/package/ssltunnel/Makefile @@ -13,7 +13,7 @@ PKG_DEPENDS:= libopenssl ppp PKG_BUILDDEP:= openssl ppp PKG_SITES:= http://www.hsc.fr/ressources/outils/ssltunnel/download/ -PKG_LIBC_DEPENDS:= uclibc eglibc glibc +PKG_LIBC_DEPENDS:= uclibc glibc include ${TOPDIR}/mk/package.mk |