summaryrefslogtreecommitdiffstats
path: root/tools/config-gen.d
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: add devel-non-asan.confKarel Zak2019-04-241-0/+6
| | | | | | This allows to use "./tools/config-gen devel-non-asan" for ./configure. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: enable ASAN on travis-ciKarel Zak2019-04-151-0/+1
| | | | | Addresses: Addresses: https://github.com/systemd/systemd/pull/12252 Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix --disable-all-programs --enable-schedutilsKarel Zak2017-02-201-0/+3
| | | | | | | | | | | | | * add UL_ENABLE_ALIAS(NAME, MASTERNAME) to initialize $enable_<name> according to MASTERNAME. Note that we have to use $build_<mastername>, the $enable_<mastername> is just AC_ARG_ENABLE() stuff only. The $build_ is evaluated and modified by our UL_...() functions. * add enable-schedutils.conf to have build-system regression test for this use-case Addresses: https://github.com/karelzak/util-linux/issues/415 Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add non-widechar.confKarel Zak2017-02-161-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update build testsKarel Zak2014-06-181-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add non-libsmartcols.confKarel Zak2014-06-181-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add disable-all.conf to config-genKarel Zak2014-05-272-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove deprecated-mount/Karel Zak2014-03-051-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --with-smack to config-gen.dKarel Zak2013-11-121-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add config-gen.d stuff for chsh-chfnKarel Zak2013-02-133-0/+17
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add devel-non-docs compile profileKarel Zak2012-11-301-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove static from config-gen.d/{devel,all}.confKarel Zak2012-09-112-2/+0Star
| | | | | | | 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>
* tools: cleanup config-gen.dKarel Zak2012-06-265-11/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --enable-new-mountKarel Zak2012-01-111-0/+8
| | | | | | | | | | | | | | | | | Now we have three versions of the mount(8) utility * old mount(8) --enable-mount [default] * old mount(8) linked with libmount This is this is necessary for systems without mtab file. --enable-libmount-mount - new mount(8) This is completely new pure-libmount based mount(8). --enable-new-mount Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add tools/config-gen and basic compilation scenariosKarel Zak2011-11-0413-0/+48
Signed-off-by: Karel Zak <kzak@redhat.com>