From f586ff7156104b212133377e5648e93c7ca14e1d Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Fri, 18 Jul 2014 20:19:11 -0400 Subject: [PATCH] libgcrypt: enable all ciphers; one of the programs built requires ECC code Signed-off-by: W. Michael Petullo --- libs/libgcrypt/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index c01b0a9e79..afa4096c23 100644 --- 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)