summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-18 10:21:35 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-18 23:56:36 +0200
commit35b6b8b804d32724d166eec6679ff353f00cdb72 (patch)
tree70699061fa06987a28837007ddf7c9bae99a8e86
parent9dd0c99b12d1cc791c8662a2baba40762bf29d28 (diff)
downloadbuildroot-35b6b8b804d32724d166eec6679ff353f00cdb72.tar.gz
buildroot-35b6b8b804d32724d166eec6679ff353f00cdb72.zip
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/dbus/dbus.mk2
1 files changed, 0 insertions, 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
OpenPOWER on IntegriCloud