Ver código fonte

add needed header file to package

Waldemar Brodkorb 14 anos atrás
pai
commit
428217bec7
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      package/openssl/Makefile

+ 2 - 0
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