summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-07-14 19:08:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-07-14 19:08:18 +0200
commit428217bec7054d8ae93ac73165497a6a895a1f98 (patch)
tree7bf3c20cc7ad97780a3c2803e1e5b6f9a553e24d /package/openssl
parent881ae5190f4f8c0bc3bbcee1dbdb6ae781832034 (diff)
add needed header file to package
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index cf7d657fa..fac054ca5 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -84,5 +84,7 @@ openssl-util-install:
libopenssl-dev-install:
${INSTALL_DIR} ${IDIR_LIBOPENSSL_DEV}/usr/include
${CP} ${WRKINST}/usr/include/* ${IDIR_LIBOPENSSL_DEV}/usr/include
+ $(CP) $(STAGING_TARGET_DIR)/usr/include/crypto/cryptodev.h \
+ $(IDIR_LIBOPENSSL_DEV)/usr/include
include ${TOPDIR}/mk/pkg-bottom.mk