projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
809eb6b
)
libgcrypt: enable all ciphers; one of the programs built requires ECC code
author
W. Michael Petullo
<
[email protected]
>
Sat, 19 Jul 2014 00:19:11 +0000
(20:19 -0400)
committer
Steven Barth
<
[email protected]
>
Sat, 19 Jul 2014 12:08:11 +0000
(14:08 +0200)
Signed-off-by: W. Michael Petullo <
[email protected]
>
libs/libgcrypt/Makefile
patch
|
blob
|
history
diff --git
a/libs/libgcrypt/Makefile
b/libs/libgcrypt/Makefile
index c01b0a9e7926d2e307339aafb45f11bae0e599a2..afa4096c23c7f3b6989f34d5938bd20303106838 100644
(file)
--- a/
libs/libgcrypt/Makefile
+++ b/
libs/libgcrypt/Makefile
@@
-45,10
+45,7
@@
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-asm \
- --with-gpg-error-prefix="$(STAGING_DIR)/usr" \
- --enable-digests="md5 rmd160 sha1 sha256 sha512" \
- --enable-ciphers="arcfour des aes cast5" \
- --enable-pubkey-ciphers="rsa dsa"
+ --with-gpg-error-prefix="$(STAGING_DIR)/usr"
TARGET_CFLAGS += $(FPIC)