diff options
-rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb index 7404e6e587..1395a35f54 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb | |||
@@ -37,9 +37,11 @@ EXTRA_OECONF += "SYSTEMD_UNIT_DIR=${systemd_system_unitdir} \ | |||
37 | " | 37 | " |
38 | 38 | ||
39 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 39 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
40 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \ | ||
40 | " | 41 | " |
41 | 42 | ||
42 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 43 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
44 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | ||
43 | 45 | ||
44 | do_install:append() { | 46 | do_install:append() { |
45 | install -d ${D}/${sysconfdir}/init.d | 47 | install -d ${D}/${sysconfdir}/init.d |