|
@@ -30,6 +30,8 @@ DEPENDS = "bison-native flex-native libxml2-native virtual/crypt"
|
|
|
|
|
|
EXTRA_OEMESON = "-Ddocs=disabled -Dsecuredir=${base_libdir}/security"
|
|
EXTRA_OEMESON = "-Ddocs=disabled -Dsecuredir=${base_libdir}/security"
|
|
|
|
|
|
|
|
+LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,--undefined-version', '', d)}"
|
|
|
|
+
|
|
S = "${UNPACKDIR}/Linux-PAM-${PV}"
|
|
S = "${UNPACKDIR}/Linux-PAM-${PV}"
|
|
|
|
|
|
inherit meson gettext pkgconfig systemd ptest github-releases
|
|
inherit meson gettext pkgconfig systemd ptest github-releases
|