mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
committed by
Steven Barth
parent
809eb6be1c
commit
f586ff7156
@@ -45,10 +45,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-asm \
|
--disable-asm \
|
||||||
--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
|
--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"
|
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user