mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
build-sys: "link" libsystemd-id128.so with libsystemd-label
Fixed build on debian wheezy:
./.libs/libudev.so: undefined reference to `cg_create'
Appears to have no influence on the resulting binaries and
libraries. Cf. b5fafdf63f
.
This commit is contained in:
parent
11ddb6f48e
commit
54ca4fc85b
@ -1999,6 +1999,7 @@ libudev_la_LDFLAGS = \
|
||||
|
||||
libudev_la_LIBADD = \
|
||||
libsystemd-shared.la \
|
||||
libsystemd-label.la \
|
||||
libsystemd-daemon-internal.la \
|
||||
libsystemd-id128-internal.la
|
||||
|
||||
@ -2664,6 +2665,7 @@ libsystemd_id128_la_LDFLAGS = \
|
||||
|
||||
libsystemd_id128_la_LIBADD = \
|
||||
libsystemd-shared.la \
|
||||
libsystemd-label.la \
|
||||
libsystemd-daemon-internal.la
|
||||
|
||||
libsystemd_id128_internal_la_SOURCES = \
|
||||
|
Loading…
Reference in New Issue
Block a user