package/bind: drop unneeded static openssl workarounds
bind can't be built statically since commit6045904752
So drop uneeded LIBS="-lz" which was added by commit80ebf12906
to fix static build with openssl Also, drop ac_cv_func_EVP_{sha256,sha384,sha512} that was also added to fix tests in static build by commit26aefa672c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c2b6bb17fa
commit
459dd99f02
@ -55,12 +55,8 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
BIND_DEPENDENCIES += openssl
|
||||
BIND_CONF_ENV += \
|
||||
ac_cv_func_EVP_sha256=yes \
|
||||
ac_cv_func_EVP_sha384=yes \
|
||||
ac_cv_func_EVP_sha512=yes
|
||||
BIND_CONF_OPTS += \
|
||||
--with-openssl=$(STAGING_DIR)/usr LIBS="-lz" \
|
||||
--with-openssl=$(STAGING_DIR)/usr \
|
||||
--with-ecdsa=yes \
|
||||
--with-eddsa=no \
|
||||
--with-aes=yes
|
||||
|
Loading…
Reference in New Issue
Block a user