]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: rename libudev_internal to libudev_static and link into libudev
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Dec 2017 19:54:46 +0000 (20:54 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Jan 2018 11:09:46 +0000 (12:09 +0100)
commit0c06b50662b94c6805c78193ac4d80875ae33668
tree5b335ea2f5a558c8f10836b441527ee5514c5291
parent5e3cec87bee762c4429ec1251632d58e5fd029bd
meson: rename libudev_internal to libudev_static and link into libudev

This reduces the meson man=false target count to 1281.

v2:
- link test-engine with libshared instead of libsystemd_static
Previous version built fine on F27, but fails on F26 with the following error:
/usr/bin/ld: /tmp/ccr8HRGw.ltrans6.ltrans.o: undefined reference to symbol '__start_BUS_ERROR_MAP@@SD_SHARED'
/home/zbyszek/fedora/systemd/systemd-9d5aae75c64f5583a110f03b94816aacc03bbf4d/x86_64-redhat-linux-gnu/src/shared/libsystemd-shared-236.so: error adding symbols: DSO missing from command line

v3:
- add libudev_basic
meson.build
src/libudev/meson.build
src/network/meson.build
src/test/meson.build
src/udev/meson.build