Skip to content

Commit

Permalink
configure: workaround for openssl3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 8, 2023
1 parent 2356df0 commit 79bffee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79bffee

Please sign in to comment.