]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: Add new libsystemd-shared private library 3516/head
authorFelipe Sateler <fsateler@gmail.com>
Sat, 25 Jun 2016 02:14:25 +0000 (22:14 -0400)
committerFelipe Sateler <fsateler@gmail.com>
Sat, 25 Jun 2016 02:36:28 +0000 (22:36 -0400)
commitcc8b113e0ba9e8dfbc4159799133a7d32f633109
tree1d96e8c3ee484511fa85657b8bb73b81fbe5579e
parent8537a389b85473d2c609e46b6a869400938bccd2
build-sys: Add new libsystemd-shared private library

Link as many binaries as possible with it, to save storage space.

Preserve the static libshared and libbasic for use in libraries, nss
modules and udev.

Libraries need to be static in order to avoid polluting the symbol
namespace.

Udev needs to be static so downstream can avoid strict version dependencies
with the systemd package, and this can complicate upgrade scenarios.
Makefile.am
src/test/test-path-util.c