From: Norbert Lange Date: Fri, 10 Jul 2020 23:41:48 +0000 (+0200) Subject: package/systemd: add missing path options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acb62b3336d961486d8334670572cfb755eef102;p=buildroot.git package/systemd: add missing path options If paths are not set, then meson will search the host system for the binaries (or the target, where those binaries are not yet installed). So add the missing paths. Signed-off-by: Norbert Lange Reviewed-by: Adam Duskett Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 6f04283bdc..50416cceb6 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -37,11 +37,15 @@ SYSTEMD_CONF_OPTS += \ -Dsystem-uid-max=999 \ -Dsystem-gid-max=999 \ -Dtelinit-path=$(TARGET_DIR)/sbin/telinit \ + -Dquotaon-path=/usr/sbin/quotaon \ + -Dquotacheck-path=/usr/sbin/quotacheck \ -Dkmod-path=/usr/bin/kmod \ -Dkexec-path=/usr/sbin/kexec \ -Dsulogin-path=/usr/sbin/sulogin \ -Dmount-path=/usr/bin/mount \ -Dumount-path=/usr/bin/umount \ + -Dloadkeys-path=/usr/bin/loadkeys \ + -Dsetfont-path=/usr/bin/setfont \ -Didn=true \ -Dnss-systemd=true \ -Dportabled=false