diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 19:08:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 19:08:18 +0200 |
commit | 428217bec7054d8ae93ac73165497a6a895a1f98 (patch) | |
tree | 7bf3c20cc7ad97780a3c2803e1e5b6f9a553e24d | |
parent | 881ae5190f4f8c0bc3bbcee1dbdb6ae781832034 (diff) |
add needed header file to package
-rw-r--r-- | package/openssl/Makefile | 2 |
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 |