From 35b6b8b804d32724d166eec6679ff353f00cdb72 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 18 Jun 2014 10:21:35 -0300 Subject: [PATCH] dbus: don't forcibly disable static builds It's there for some historical reason and breaks libpcap with dbus support for static linkage scenarios (like the one used by tcpreplay). Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/dbus/dbus.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index f8824eee55..fc446b1a6e 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -24,7 +24,6 @@ DBUS_CONF_OPT = --with-dbus-user=dbus \ --disable-selinux \ --disable-xml-docs \ --disable-doxygen-docs \ - --disable-static \ --disable-dnotify \ --localstatedir=/var \ --with-xml=expat \ @@ -90,7 +89,6 @@ HOST_DBUS_CONF_OPT = \ --disable-selinux \ --disable-xml-docs \ --disable-doxygen-docs \ - --disable-static \ --enable-dnotify \ --without-x \ --with-xml=expat -- 2.30.2