Skip to content

Commit 192fac7

Browse files
classabbyampDuncaen
authored andcommitted
configure: workaround for openssl3 compat
1 parent 406f109 commit 192fac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ fi
368368
if [ "$CC" = "tcc" ]; then
369369
echo "CFLAGS += -Wno-error" >>$CONFIG_MK
370370
fi
371+
# openssl 3 compatibility
372+
echo "CFLAGS += -Wno-error=deprecated-declarations">>$CONFIG_MK
371373

372374
# libfetch
373375
echo "CPPFLAGS += -I\$(TOPDIR)/lib/fetch" >>$CONFIG_MK

0 commit comments

Comments
 (0)