From: krant Date: Wed, 10 Jan 2024 13:53:19 +0000 (+0200) Subject: erlang: remove CFLAGS modification since it has been fixed in the upstream X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c813aaaed73f3e093c469e40340ecd48729dc3f5;p=feed%2Fpackages.git erlang: remove CFLAGS modification since it has been fixed in the upstream Signed-off-by: krant --- diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 2a69133fa6..dc7ceee4b6 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -297,11 +297,6 @@ $(call Package/erlang/Default/description) endef # Host -# host-compile is done with LibreSSL provided by OpenWrt tools/libressl - -HOST_CFLAGS += \ - -DHAS_EVP_PKEY_CTX \ - -DHAVE_EVP_CIPHER_CTX_COPY HOST_CONFIGURE_ARGS += \ --with-ssl="$(STAGING_DIR_HOST)" \