summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-02-28 10:58:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-02-28 10:58:24 +0100
commitd3b0ea0d1c5fd6a2f4c4a4a3d6c246202395d323 (patch)
tree5fe87ad2b63acd19f60088a46f436a9c6c9009da /package/openssl/Makefile
parentc253e37ca834c3b68353b8d9a1efe04f30c7644d (diff)
resolve recursive dependency
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index d6dcd5ce0..d5accbb52 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= openssl
PKG_VERSION:= 1.0.1c
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_MD5SUM:= ae412727c8c15b67880aef7bd2999b2e
PKG_DESCR:= OpenSSL (Secure Socket Layer) libraries
PKG_SECTION:= libs
@@ -25,7 +25,6 @@ PKGSS_LIBOPENSSL_DEV:= libopenssl
PKG_FLAVOURS_LIBOPENSSL:= WITH_EC WITH_CRYPTODEV
PKGFD_WITH_EC:= enable Elliptic Curve crypto
PKGFD_WITH_CRYPTODEV:= enable support for cryptodev-linux
-PKGFB_WITH_CRYPTODEV:= cryptodev-linux
ifeq ($(ADK_STATIC),y)
PKG_OPTS:= libonly
@@ -59,6 +58,10 @@ else
CONFIG:= linux-embedded
endif
+post-extract:
+ -mkdir -p $(STAGING_DIR)/usr/include/crypto
+ cp ./files/cryptodev.h $(STAGING_DIR)/usr/include/crypto/
+
do-configure:
(cd $(WRKBUILD); \
PATH=$(TARGET_PATH) \