diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 15:06:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 15:06:45 +0100 |
commit | c40e92f7cfbf6095abcb97fdfd6e7ce33579022c (patch) | |
tree | d35e611f43f8daac9d664140e3af13be716ace51 /package/strongswan | |
parent | d93b039644847733687d1d30c09d6861fb57e8e4 (diff) | |
parent | 0317e391cbf248c3d6ee00ec6bf8a77870d76ffa (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/strongswan')
-rw-r--r-- | package/strongswan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/strongswan/Makefile b/package/strongswan/Makefile index f645ff403..b60c6e6d7 100644 --- a/package/strongswan/Makefile +++ b/package/strongswan/Makefile @@ -18,7 +18,7 @@ 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_LIBC_DEPENDS:= uclibc glibc PKG_CHOICES_STRONGSWAN:=WITH_GMP WITH_OPENSSL WITH_GNUTLS PKGCD_WITH_GMP:= use GMP for crypto |