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'))") local _pydir=$(python3 -c "import sysconfig;print(sysconfig.get_path('stdlib'))")
unset CPPFLAGS unset CPPFLAGS
export PYTHON=python3 export PYTHON=python3
./configure \ CFLAGS="$CFLAGS -fpermissive" ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
--prefix=/usr \ --prefix=/usr \