summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index 117a529492..31caa30345 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -88,7 +88,11 @@ PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
88PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables" 88PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables"
89PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," 89PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,,"
90 90
91CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" 91CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill"
92CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod"
93CACHED_CONFIGUREVARS += "ac_cv_path_QUOTACHECK=${sbindir}/quotacheck"
94CACHED_CONFIGUREVARS += "ac_cv_path_QUOTAON=${sbindir}/quotaon"
95CACHED_CONFIGUREVARS += "ac_cv_path_SULOGIN=${base_sbindir}/sulogin"
92 96
93# Helper variables to clarify locations. This mirrors the logic in systemd's 97# Helper variables to clarify locations. This mirrors the logic in systemd's
94# build system. 98# build system.