Disabling default-mdns.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
3660081f1e
commit
496855f3fb
1 changed files with 2 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -34,7 +34,8 @@ else
|
|||
SUPPORT_URL = https://www.debian.org/support
|
||||
CONFFLAGS_DISTRO = \
|
||||
-Duser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games \
|
||||
-Ddefault-llmnr=no
|
||||
-Ddefault-llmnr=no \
|
||||
-Ddefault-mdns=no
|
||||
endif
|
||||
|
||||
TEST_TIMEOUT_MULTIPLIER = "-t 10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue