configure: workaround for openssl3 compat
This commit is contained in:
committed by
Duncan Overbruck
parent
406f109100
commit
192fac7cfd
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user