mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +01:00
sys-apps/systemd: re-enable compat libs for docker 1.10.3 journald support
This commit is contained in:
parent
c3f091fd71
commit
53d1cbd6fe
@ -323,6 +323,12 @@ multilib_src_install() {
|
|||||||
|
|
||||||
emake "${mymakeopts[@]}"
|
emake "${mymakeopts[@]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# install compat pkg-config files
|
||||||
|
# Change dbus to >=sys-apps/dbus-1.8.8 if/when this is dropped.
|
||||||
|
local pcfiles=( src/compat-libs/libsystemd-{daemon,id128,journal,login}.pc )
|
||||||
|
emake "${mymakeopts[@]}" install-pkgconfiglibDATA \
|
||||||
|
pkgconfiglib_DATA="${pcfiles[*]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
multilib_src_install_all() {
|
multilib_src_install_all() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user