diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-02-12 22:02:41 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-13 22:46:27 +0100 |
commit | 527b4d545b53233cf4d642b5af45fed30f6ba28e (patch) | |
tree | fc50e648b211565ffa33a874d62919109e872118 | |
parent | 8684bc8959a6a2d35959b4e2e9ecca23f5914992 (diff) | |
download | buildroot-527b4d545b53233cf4d642b5af45fed30f6ba28e.tar.gz buildroot-527b4d545b53233cf4d642b5af45fed30f6ba28e.zip |
systemd: resolved was renamed to resolve in meson build
While the conversion to meson, this seems to be missed.
Found while trying to build systemd with uClibc toolchain.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/systemd/systemd.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 1c31ebb34c..126727d602 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -287,10 +287,10 @@ SYSTEMD_CONF_OPTS += -Dnetworkd=false endif ifeq ($(BR2_PACKAGE_SYSTEMD_RESOLVED),y) -SYSTEMD_CONF_OPTS += -Dresolved=true +SYSTEMD_CONF_OPTS += -Dresolve=true SYSTEMD_RESOLVED_USER = systemd-resolve -1 systemd-resolve -1 * - - - Network Name Resolution Manager else -SYSTEMD_CONF_OPTS += -Dresolved=false +SYSTEMD_CONF_OPTS += -Dresolve=false endif ifeq ($(BR2_PACKAGE_SYSTEMD_TIMESYNCD),y) |