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 /configure | |
parent | 1d77d8681654192d5207a6993314a091972a1f82 (diff) | |
download | glibc-allan/config-files.tar glibc-allan/config-files.tar.gz glibc-allan/config-files.tar.bz2 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 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -675,6 +675,7 @@ bindnow enable_lock_elision hardcoded_path_in_tests use_default_link +systemdsystemunitdir sysheaders with_fp READELF @@ -753,6 +754,7 @@ with_fp with_binutils with_selinux with_headers +with_systemdsystemunitdir with_default_link enable_sanity_checks enable_shared @@ -1454,6 +1456,8 @@ Optional Packages: --with-selinux if building with SELinux support --with-headers=PATH location of system headers to use (for example /usr/src/linux/include) [default=compiler default] + --with-systemdsystemunitdir=DIR + directory for systemd service files --with-default-link do not use explicit linker scripts --with-cpu=CPU select code for CPU variant @@ -3422,6 +3426,16 @@ fi +# Check whether --with-systemdsystemunitdir was given. +if test "${with_systemdsystemunitdir+set}" = set; then : + withval=$with_systemdsystemunitdir; systemdsystemunitdir=$withval +else + systemdsystemunitdir='' +fi + + + + # Check whether --with-default-link was given. if test "${with_default_link+set}" = set; then : |