From: Gustavo Zacarias Date: Wed, 18 Jun 2014 13:21:35 +0000 (-0300) Subject: dbus: don't forcibly disable static builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35b6b8b804d32724d166eec6679ff353f00cdb72;p=buildroot.git 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 --- 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