mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
build-sys: fixups for libsystemd-daemon merge
This commit is contained in:
parent
be4b47cb52
commit
49a356c258
@ -1994,7 +1994,7 @@ nodist_libsystemd_la_SOURCES = \
|
||||
|
||||
libsystemd_la_LIBADD = \
|
||||
libsystemd-shared.la \
|
||||
$(RT_LIBS)
|
||||
$(RT_LIBS) \
|
||||
-lresolv
|
||||
|
||||
libsystemd_la_CFLAGS = \
|
||||
|
@ -12,8 +12,8 @@ libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: systemd
|
||||
Description: systemd Daemon Utility Library
|
||||
Description: systemd Daemon Utility Library - deprecated
|
||||
URL: @PACKAGE_URL@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lsystemd-daemon
|
||||
Libs: -L${libdir} -lsystemd
|
||||
Cflags: -I${includedir}
|
||||
|
@ -25,8 +25,3 @@ global:
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
LIBSYSTEMD_DAEMON_209 {
|
||||
global:
|
||||
sd_watchdog_enabled;
|
||||
} LIBSYSTEMD_DAEMON_31;
|
||||
|
Loading…
Reference in New Issue
Block a user