enable position independent executable for the zig build

This commit is contained in:
Jan200101 2025-01-27 15:21:36 +01:00
commit 3220db0cdf
No known key found for this signature in database
GPG key ID: 5B71B1D78B882E05

View file

@ -33,8 +33,9 @@
-Denable-llvm=true \
-Dno-langref=true \
-Dstd-docs=false \
-Dbuild-id="sha1" \
-Dpie \
-Dconfig_h="%{__cmake_builddir}/config.h" \
-Dbuild-id="sha1" \
}
%global zig_install_options %zig_build_options %{shrink: \
--prefix "%{_prefix}" \