configure: workaround for openssl3 compat
This commit is contained in:
parent
406f109100
commit
192fac7cfd
2
configure
vendored
2
configure
vendored
@ -368,6 +368,8 @@ fi
|
|||||||
if [ "$CC" = "tcc" ]; then
|
if [ "$CC" = "tcc" ]; then
|
||||||
echo "CFLAGS += -Wno-error" >>$CONFIG_MK
|
echo "CFLAGS += -Wno-error" >>$CONFIG_MK
|
||||||
fi
|
fi
|
||||||
|
# openssl 3 compatibility
|
||||||
|
echo "CFLAGS += -Wno-error=deprecated-declarations">>$CONFIG_MK
|
||||||
|
|
||||||
# libfetch
|
# libfetch
|
||||||
echo "CPPFLAGS += -I\$(TOPDIR)/lib/fetch" >>$CONFIG_MK
|
echo "CPPFLAGS += -I\$(TOPDIR)/lib/fetch" >>$CONFIG_MK
|
||||||
|
Loading…
Reference in New Issue
Block a user