]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
nss: install nss modules to ${rootlibdir}
authorMaciek Borzecki <maciek.borzecki@gmail.com>
Tue, 20 Sep 2016 19:24:45 +0000 (21:24 +0200)
committerMaciek Borzecki <maciek.borzecki@gmail.com>
Wed, 21 Sep 2016 07:00:11 +0000 (09:00 +0200)
commitaf0a10bfa1a4f73195575681c215ff43183ae4b4
tree22c8201eac2d64f2e62ba6037f80fd0a92bb6438
parent21dc02277d6f0844c1f7ab7ccb543b69848fff32
nss: install nss modules to ${rootlibdir}

NSS modules (libnss_*.so.*) need to be installed into
${rootlibdir} (typically /lib) in order to be used. Previously, the
modules were installed into ${libdir}, thus usually ending up in
/usr/lib, even on systems where split usr is enabled, or ${libdir} is
passed explicitly.

Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Makefile.am