]> git.pld-linux.org Git - packages/glibc.git/commitdiff
add static_pie bcond (enabled by default except for %{arm})
authorJan Palus <atler@pld-linux.org>
Mon, 16 Nov 2020 20:58:57 +0000 (21:58 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 16 Nov 2020 20:58:57 +0000 (21:58 +0100)
glibc.spec

index 47787ed760817fd699b60d82ccb1e2753a8aea32..8213704f5588e66145d945c5a4bb40917eeb28d7 100644 (file)
@@ -18,6 +18,7 @@
 %bcond_with    bash_nls        # use bash NLS in shell scripts (ldd, sotruss); restores /bin/bash dep
 %bcond_without cet             # Intel Control-flow Enforcement Technology (CET)
 %bcond_without crypt           # don't build obsolete libcrypt
+%bcond_without static_pie      # disable static PIE support
 #
 %ifarch %{ix86} %{x8664}
 %{!?min_kernel:%global         min_kernel      3.2.0}
@@ -31,8 +32,8 @@
 %ifnarch i686 %{x8664} x32
 %undefine      with_cet
 %endif
-%ifnarch %{arm}
-%define                with_static_pie         1
+%ifarch %{arm}
+%undefine              with_static_pie
 %endif
 
 %define                core_version    2.32
This page took 0.305688 seconds and 4 git commands to generate.