aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/avahi-app/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index d647f23e70ad..2a7e274ffb7d 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -84,7 +84,9 @@ CONFIGURE_ARGS+=--enable-qt3
CONFIGURE_ARGS+=--disable-qt3
.endif
.if ${AVAHI_SLAVE}=="qt4"
-CONFIGURE_ARGS+=--enable-qt4
+CONFIGURE_ARGS+=--enable-qt4 \
+ --disable-expat \
+ --disable-gdbm
.else
CONFIGURE_ARGS+=--disable-qt4
.endif