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>
This commit is contained in:
Gustavo Zacarias 2014-06-18 10:21:35 -03:00 committed by Peter Korsgaard
parent 9dd0c99b12
commit 35b6b8b804

View File

@ -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