[Lunar-commits] <moonbase-core> systemd: Temp fix PSAFE issue during "make install" phase
Stefan Wold
ratler at lunar-linux.org
Sun Oct 7 14:55:17 CEST 2012
commit 5200d077ab886655b0bd92b118c56b2cb3595536
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 07 Oct 2012 05:55:17 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/5200d077ab886655b0bd92b118c56b2cb3595536
systemd: Temp fix PSAFE issue during "make install" phase
---
system/systemd/BUILD | +3/-0
1 file changed, 3 insertions(+)
--- a/system/systemd/BUILD
+++ b/system/systemd/BUILD
@@ -34,6 +34,9 @@
lrm --upgrade udev
fi &&
+ # systemd is no longer PSAFE during the make install phase due to install order of some libs (systemd-journal).
+ # Please check if this is fixed with the next release.
+ unset MAKES &&
make install &&
# Always install the legacy.conf file even if SysV compatibility isn't enabled
More information about the Lunar-commits
mailing list