diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 09:55:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 09:55:26 +0100 |
commit | bcb30a51bdb571f221aa1249ccbc0d085a9df726 (patch) | |
tree | 3219576e811ab6fda3f5d76428b5e3a8f72e0ef4 /package/strongswan | |
parent | 03a9f756940299fbdc9570ab42cf3820446c5241 (diff) |
disable for musl, update.
Diffstat (limited to 'package/strongswan')
-rw-r--r-- | package/strongswan/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/strongswan/Makefile b/package/strongswan/Makefile index 902882f67..f645ff403 100644 --- a/package/strongswan/Makefile +++ b/package/strongswan/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= strongswan -PKG_VERSION:= 5.0.0 +PKG_VERSION:= 5.1.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1d7bccb50f01020bb04d06e9755e0eec +PKG_MD5SUM:= f624ab041c306af0f5f57c927e9ea2e4 PKG_DESCR:= IPsec software PKG_SECTION:= net/security PKG_DEPENDS:= ip libpthread kmod-net-key kmod-xfrm-user @@ -18,6 +18,8 @@ PKG_DEPENDS+= kmod-crypto-hmac kmod-crypto-cbc kmod-crypto-authenc PKG_URL:= http://strongswan.org/index.htm PKG_SITES:= http://download.strongswan.org/ +PKG_LIBC_DEPENDS:= uclibc eglibc glibc + PKG_CHOICES_STRONGSWAN:=WITH_GMP WITH_OPENSSL WITH_GNUTLS PKGCD_WITH_GMP:= use GMP for crypto PKGCS_WITH_GMP:= libgmp |