diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-16 19:13:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-16 19:13:43 +0100 |
commit | 88ed13f10adc6f4115a0bc1c2f6db5e6a3eea05e (patch) | |
tree | 00c5df6fa096349d4bea02c4588951264d8e82a4 /package/openssl-pkcs11 | |
parent | a08cef4110b2c4019c8c7eb30ff46cf497b73a61 (diff) |
this variable is used in common context now.
Diffstat (limited to 'package/openssl-pkcs11')
-rw-r--r-- | package/openssl-pkcs11/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/openssl-pkcs11/Makefile b/package/openssl-pkcs11/Makefile index 393a2bfd2..4c12acd2c 100644 --- a/package/openssl-pkcs11/Makefile +++ b/package/openssl-pkcs11/Makefile @@ -20,7 +20,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,OPENSSL_PKCS11,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_ENV+= cross_compiling=yes CONFIGURE_ARGS+= --with-openssl="${STAGING_TARGET_DIR}/usr" post-install: |