]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: fix ./configure --enable-smack
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 12 Dec 2015 03:43:45 +0000 (03:43 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sat, 12 Dec 2015 03:53:22 +0000 (03:53 +0000)
commit566c9f5ad5b3b27f221e1cd4a8d7ca48c8438aa9
tree62b7b1762709687cd09ea6c0d7e7dd0f16bb74bf
parenta0361331758dbdb2375d6f871bc959116b699e31
build-sys: fix ./configure --enable-smack

Fixes:

$ ./configure ... --enable-smack
$ make src/core/load-fragment-gperf.c
$ grep -i smack src/core/load-fragment-gperf.c
{"Swap.SmackProcessLabel", config_parse_warn_compat, DISABLED_CONFIGURATION, 0},
...

should be
{"Swap.SmackProcessLabel", config_parse_exec_smack_process_label, 0, offsetof(Swap, exec_context)},
...
configure.ac