diff options
| author | Allan McRae <allan@archlinux.org> | 2015-02-08 17:18:16 +1000 |
|---|---|---|
| committer | Allan McRae <allan@archlinux.org> | 2015-02-08 19:57:54 +1000 |
| commit | 788aadfe4dab72f030f2c9352c83ea6e38b61509 (patch) | |
| tree | c1164b4b0d23f65334ef4a5c608e901a557fea83 /config.make.in | |
| parent | 1d77d8681654192d5207a6993314a091972a1f82 (diff) | |
| download | glibc-allan/config-files.tar.xz glibc-allan/config-files.zip | |
Install nscd systemd filesallan/config-files
Install nscd systemd services file and tmpfile when glibc is configured with
--with-systemdsystemunitdir=<dir>
Diffstat (limited to 'config.make.in')
| -rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index ad4dd30607..c73af0b589 100644 --- a/config.make.in +++ b/config.make.in @@ -94,6 +94,7 @@ use-nscd = @use_nscd@ build-hardcoded-path-in-tests= @hardcoded_path_in_tests@ build-pt-chown = @build_pt_chown@ enable-lock-elision = @enable_lock_elision@ +systemd-system-unit-dir = @systemdsystemunitdir@ # Build tools. CC = @CC@ |
