main/subversion: fix build with gcc 14

This commit is contained in:
Natanael Copa 2024-08-07 17:09:46 +02:00
parent 77ff4bd8ed
commit a716035e00

View file

@ -69,7 +69,7 @@ build() {
local _pydir=$(python3 -c "import sysconfig;print(sysconfig.get_path('stdlib'))")
unset CPPFLAGS
export PYTHON=python3
./configure \
CFLAGS="$CFLAGS -fpermissive" ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \