aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-02-08 17:18:16 +1000
committerAllan McRae <allan@archlinux.org>2015-02-08 19:57:54 +1000
commit788aadfe4dab72f030f2c9352c83ea6e38b61509 (patch)
treec1164b4b0d23f65334ef4a5c608e901a557fea83 /configure
parent1d77d8681654192d5207a6993314a091972a1f82 (diff)
downloadglibc-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-xconfigure14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure b/configure
index ce0c6a01f1..e21e1e48e4 100755
--- a/configure
+++ b/configure
@@ -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 :