set more -fPIC

This commit is contained in:
Adeeb Shihadeh
2026-02-24 18:57:54 -08:00
parent a3eeb36555
commit ae529b6818
5 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ PREFIX="$DIR/build/prefix"
mkdir -p "$DIR/build"
cd "ncurses-${VERSION}"
./configure \
CFLAGS="-fPIC" ./configure \
--prefix="$PREFIX" \
--without-shared \
--with-normal \