From: W. Michael Petullo Date: Sat, 19 Jul 2014 00:19:11 +0000 (-0400) Subject: libgcrypt: enable all ciphers; one of the programs built requires ECC code X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f586ff7156104b212133377e5648e93c7ca14e1d;p=openwrt-packages.git libgcrypt: enable all ciphers; one of the programs built requires ECC code Signed-off-by: W. Michael Petullo --- diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index c01b0a9e7..afa4096c2 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)