erlang: remove CFLAGS modification since it has been fixed in the upstream
authorkrant <aleksey.vasilenko@gmail.com>
Wed, 10 Jan 2024 13:53:19 +0000 (15:53 +0200)
committerRosen Penev <rosenp@gmail.com>
Tue, 30 Jan 2024 00:05:22 +0000 (16:05 -0800)
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
lang/erlang/Makefile

index 2a69133fa682e2a27c899f51a838125ad0dcdb85..dc7ceee4b65c525502860dd504e4c3caa728c566 100644 (file)
@@ -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)" \