mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
build-sys: fix libsystemd --enable-kdbus symbol export
This commit is contained in:
parent
03e37dd767
commit
2cfcd95a4a
Notes:
Zbigniew Jędrzejewski-Szmek
2014-02-27 23:20:58 -05:00
Backport: bugfix
@ -123,7 +123,7 @@ global:
|
||||
sd_session_get_remote_user;
|
||||
sd_session_get_remote_host;
|
||||
|
||||
m4_ifdef(`HAVE_KDBUS',
|
||||
m4_ifdef(`ENABLE_KDBUS',
|
||||
/* sd-bus */
|
||||
sd_bus_default;
|
||||
sd_bus_default_user;
|
||||
@ -316,7 +316,7 @@ m4_ifdef(`HAVE_KDBUS',
|
||||
|
||||
/* sd-memfd */
|
||||
sd_memfd_new;
|
||||
sd_memfd_make;
|
||||
sd_memfd_new;
|
||||
sd_memfd_new_and_map;
|
||||
sd_memfd_free;
|
||||
sd_memfd_get_fd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user