libXfont/libXfont2: build fix.

This commit is contained in:
Oscar Lesta
2025-08-07 22:30:41 -03:00
committed by OscarL
parent 9377e71b37
commit f328f2b53a
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ BUILD()
export LDFLAGS="-lnetwork"
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}

View File

@@ -78,7 +78,7 @@ BUILD()
export LDFLAGS="-lnetwork -lbsd"
autoreconf -vfi
runConfigure ./configure --disable-selective-werror
runConfigure ./configure --disable-selective-werror --disable-static
make $jobArgs
}