configure: workaround for openssl3 compat

This commit is contained in:
classabbyamp 2023-08-08 01:32:17 -04:00 committed by Duncan Overbruck
parent 406f109100
commit 192fac7cfd

2
configure vendored
View File

@ -368,6 +368,8 @@ fi
if [ "$CC" = "tcc" ]; then
echo "CFLAGS += -Wno-error" >>$CONFIG_MK
fi
# openssl 3 compatibility
echo "CFLAGS += -Wno-error=deprecated-declarations">>$CONFIG_MK
# libfetch
echo "CPPFLAGS += -I\$(TOPDIR)/lib/fetch" >>$CONFIG_MK