]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dbus: don't forcibly disable static builds
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 18 Jun 2014 13:21:35 +0000 (10:21 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 18 Jun 2014 21:56:36 +0000 (23:56 +0200)
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>
package/dbus/dbus.mk

index f8824eee55c29cd44037ebc62a67ba8245a8fa0e..fc446b1a6e22271bc370a406b1a66ce0e74d0874 100644 (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