Browse Source

add needed header file to package

Waldemar Brodkorb 14 years ago
parent
commit
428217bec7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/openssl/Makefile

+ 2 - 0
package/openssl/Makefile

@@ -84,5 +84,7 @@ openssl-util-install:
 libopenssl-dev-install:
 libopenssl-dev-install:
 	${INSTALL_DIR} ${IDIR_LIBOPENSSL_DEV}/usr/include
 	${INSTALL_DIR} ${IDIR_LIBOPENSSL_DEV}/usr/include
 	${CP} ${WRKINST}/usr/include/* ${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
 include ${TOPDIR}/mk/pkg-bottom.mk