Browse Source

libgcrypt: enable all ciphers; one of the programs built requires ECC code

Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo 10 years ago
parent
commit
f586ff7156
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      libs/libgcrypt/Makefile

+ 1
- 4
libs/libgcrypt/Makefile View File

@@ -45,10 +45,7 @@ CONFIGURE_ARGS += \
45 45
 	--enable-shared \
46 46
 	--enable-static \
47 47
 	--disable-asm \
48
-	--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
49
-	--enable-digests="md5 rmd160 sha1 sha256 sha512" \
50
-	--enable-ciphers="arcfour des aes cast5" \
51
-	--enable-pubkey-ciphers="rsa dsa"
48
+	--with-gpg-error-prefix="$(STAGING_DIR)/usr"
52 49
 
53 50
 TARGET_CFLAGS += $(FPIC)
54 51