mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sys-auth/nss-mdns: Pass --enable/--disable-tests explicitly
Upstream now enables tests by default and the configure script fails if dev-libs/check is not present. Pass --enable/--disable-tests appropriately to control the dependency check.
This commit is contained in:
@@ -28,6 +28,8 @@ multilib_src_configure() {
|
||||
local myconf=(
|
||||
# $(localstatedir)/run/... is used to locate avahi-daemon socket
|
||||
--localstatedir=/var
|
||||
|
||||
$(use_enable test tests)
|
||||
)
|
||||
|
||||
ECONF_SOURCE=${S} \
|
||||
|
||||
Reference in New Issue
Block a user