All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] dbus: don't forcibly disable static builds
@ 2014-06-18 13:21 Gustavo Zacarias
  2014-06-18 13:21 ` [Buildroot] [PATCH 2/3] libpcap: make dbus support deterministic Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-06-18 13:21 UTC (permalink / raw)
  To: buildroot

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>
---
 package/dbus/dbus.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index f8824ee..fc446b1 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
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-18 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 13:21 [Buildroot] [PATCH 1/3] dbus: don't forcibly disable static builds Gustavo Zacarias
2014-06-18 13:21 ` [Buildroot] [PATCH 2/3] libpcap: make dbus support deterministic Gustavo Zacarias
2014-06-18 13:21 ` [Buildroot] [PATCH 3/3] tcpreplay: bump to version 4.0.4 Gustavo Zacarias
2014-06-18 21:57 ` [Buildroot] [PATCH 1/3] dbus: don't forcibly disable static builds Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.