commit f586ff7156104b212133377e5648e93c7ca14e1d parent 809eb6be1c029c16244b70c9b12fb6df3e8bf9d6 Author: W. Michael Petullo <mike@flyn.org> Date: Fri, 18 Jul 2014 20:19:11 -0400 libgcrypt: enable all ciphers; one of the programs built requires ECC code Signed-off-by: W. Michael Petullo <mike@flyn.org> Diffstat:
| M | libs/libgcrypt/Makefile | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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)