summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-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