|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
KDE overlay.
This is basically the new elogind-219.12-r3.ebuild from KDE overlay
with the following two changes:
1) The gperf dependency has been changed to =dev-util/gperf-3.0*,
because it does not build using gperf-3.1
Note: This also happens with my current elogind-226 dev branch, which
is using the exact build system as systemd-226.
2) /bin/ps is used during the start of openrc and fails, because
libelogind.so.0 is not found if it was installed in /usr/lib* with
/usr being on a separate partition. So the install goes into /lib*
and pkgconfig is moved back to /usr/lib* by src_install().
Note: Later versions of elogind will support --with-rootlibdir which
will render this manual move unnecessary.
|