summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-03 10:17:47 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-03 10:17:47 +0100
commit7d89117ddb1509b3b7bf87b2b1db203d7d7548d5 (patch)
tree87577f0b985ed1aff9882706ed72803c1202dff3 /package/openssl
parent10a88c87f57ef1effe13424abbcef223764699a5 (diff)
remove obsolete cryptodev
Diffstat (limited to 'package/openssl')
-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