]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libpcap
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / lfs / libpcap
index 07e65cd20cb23743ba942ea0bd55d5e31ee19c40..fa2aae8f3461618410b503f2b458cf822c827a7e 100644 (file)
@@ -74,7 +74,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
-               --enable-bluetooth=no
+               --enable-bluetooth=no \
+               --disable-dbus
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install