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

@@ -30,6 +30,7 @@ cmake -S zstd-src/build/cmake -B "$DIR/build" \
-DCMAKE_INSTALL_PREFIX="$PREFIX" \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_C_FLAGS="-fPIC" \
-DZSTD_BUILD_PROGRAMS=OFF \
-DZSTD_BUILD_TESTS=OFF \
-DZSTD_BUILD_CONTRIB=OFF \