summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-23 19:29:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-23 19:29:18 +0200
commite0ab58405982a858f0e9d4c16c456131c7ba791d (patch)
tree95d5a7d4cd1bea67944457f8dc1d2ebbdb2443ec /package/openssl/Makefile
parentdd5962419c3fe6f297b612ea0719c2057174130a (diff)
parentffffb0121dbf54f491560c3539e6269e432517ae (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 769bdf628..be0b943c3 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= openssl
PKG_VERSION:= 1.0.1i
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= c8dc151a671b9b92ff3e4c118b174972
PKG_DESCR:= secure socket layer libraries
PKG_SECTION:= libs/crypto
@@ -37,7 +37,7 @@ BUILD_STYLE:= manual
INSTALL_TARGET:= install_sw
FAKE_FLAGS+= INSTALL_PREFIX=${WRKINST}
-OPENSSL_OPTIONS:= shared threads no-err no-krb5 zlib-dynamic no-engines no-camellia no-idea no-rc5 no-mdc2 no-sha0 no-smime no-aes192 no-ripemd no-cast
+OPENSSL_OPTIONS:= shared threads no-err no-krb5 zlib-dynamic no-engines no-camellia no-idea no-rc5 no-mdc2 no-sha0 no-smime no-aes192 no-cast
ifneq ($(ADK_PACKAGE_LIBOPENSSL_WITH_CRYPTODEV),)
OPENSSL_OPTIONS+= -DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS