diff options
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb index 6cc3b25045..7d8cf17448 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | |||
@@ -51,6 +51,8 @@ CFLAGS += "${LDFLAGS}" | |||
51 | 51 | ||
52 | PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" | 52 | PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" |
53 | 53 | ||
54 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
55 | |||
54 | EXTRA_OEMAKE = "DONTSTRIP=1" | 56 | EXTRA_OEMAKE = "DONTSTRIP=1" |
55 | EXTRA_OECONF += "--disable-mount-locking \ | 57 | EXTRA_OECONF += "--disable-mount-locking \ |
56 | --enable-ignore-busy --with-openldap=no \ | 58 | --enable-ignore-busy --with-openldap=no \ |