summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-30 15:27:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-30 15:27:34 +0100
commit2875c0ee841e74e272e832fdfb91dc8c73013ccd (patch)
tree20d0ec969f51b9eb3410090f64a1fc6e092b9fb0 /package/openssl
parent86ada69f32491de2415d237605370e7f4e8d5e01 (diff)
parent47e50c10a8bb626f3366912bc4691bd5fbddea45 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 17de862f3..587abbd6e 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -33,10 +33,10 @@ INSTALL_STYLE:= auto
INSTALL_TARGET:= install_sw
FAKE_FLAGS+= INSTALL_PREFIX=${WRKINST}
-OPENSSL_OPTIONS = shared no-ec no-err no-hw no-krb5 no-threads zlib-dynamic no-engines no-camellia no-idea no-rc5 no-mdc2 no-sha0 no-smime no-aes192 no-ripemd no-cast
+OPENSSL_OPTIONS = shared no-ec no-err no-krb5 no-threads zlib-dynamic no-engines no-camellia no-idea no-rc5 no-mdc2 no-sha0 no-smime no-aes192 no-ripemd no-cast
post-extract:
- @find ${WRKBUILD} -name *.rej -delete
+ @find ${WRKBUILD} -name *.rej -exec rm {} \;
do-configure:
(cd $(WRKBUILD); \