summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 22a411a16..815b6527e 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -56,7 +56,6 @@ do-configure:
--openssldir=/etc/ssl \
-I$(STAGING_TARGET_DIR)/usr/include \
-L$(STAGING_TARGET_DIR)/usr/lib -ldl \
- -DHAVE_CRYPTODEV \
-DOPENSSL_SMALL_FOOTPRINT \
$(OPENSSL_OPTIONS) \
);
@@ -84,7 +83,5 @@ 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