diff options
author | Karel Zak <kzak@redhat.com> | 2012-09-11 10:06:23 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2012-09-11 10:25:55 +0200 |
commit | af2e97b56bb7d26160b219723459b2087e0e8dd9 (patch) | |
tree | f9b03b5b0d0af9084d679911ed90e431db699688 /tools | |
parent | 0391552429921a5367704b1469945ea8daa56c86 (diff) | |
download | util-linux-af2e97b56bb7d26160b219723459b2087e0e8dd9.tar.gz |
build-sys: remove static from config-gen.d/{devel,all}.conf
It's impossible to compile static when gcc/ld is forced to
use GNU_RELRO and BIND_NOW for suid binaries (e.g. mount).
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/config-gen.d/all.conf | 1 | ||||
-rw-r--r-- | tools/config-gen.d/devel.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/config-gen.d/all.conf b/tools/config-gen.d/all.conf index 7a523347..163d2b15 100644 --- a/tools/config-gen.d/all.conf +++ b/tools/config-gen.d/all.conf @@ -1,5 +1,4 @@ include:core.conf -include:static.conf --enable-most-builds --enable-login-stat-mail diff --git a/tools/config-gen.d/devel.conf b/tools/config-gen.d/devel.conf index 6da22513..9298ccc9 100644 --- a/tools/config-gen.d/devel.conf +++ b/tools/config-gen.d/devel.conf @@ -1,7 +1,6 @@ include:all.conf include:audit.conf include:selinux.conf -include:static.conf --enable-gtk-doc --with-utempter |