libgcrypt: enable all ciphers; one of the programs built requires ECC code
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
809eb6be1c
commit
f586ff7156
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue