From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Sun, 8 Jul 2007 14:23:08 +0200 Subject: [Buildroot] dbus: wrong place to lookup libexpat.so In-Reply-To: <0707081411270.26961@somehost> References: <0707081411270.26961@somehost> Message-ID: <20070708122308.GI4096@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sun, Jul 08, 2007 at 02:12:53PM +0200, Cristian Ionescu-Idbohrn wrote: >Index: dbus.mk >=================================================================== >--- dbus.mk (revision 19026) >+++ dbus.mk (working copy) >@@ -51,7 +51,7 @@ > touch $(DBUS_DIR)/.configured > > $(DBUS_DIR)/$(DBUS_BINARY): $(DBUS_DIR)/.configured >- $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/lib/libexpat.so" -C $(DBUS_DIR) all >+ $(MAKE) DBUS_BUS_LIBS="$(STAGING_DIR)/usr/lib/libexpat.so" -C $(DBUS_DIR) all > > $(STAGING_DIR)/usr/lib/libdbus-1.so: $(DBUS_DIR)/$(DBUS_BINARY) > $(MAKE) DESTDIR=$(STAGING_DIR) -C $(DBUS_DIR)/dbus install ok, but can you try the attached patch instead, please? TIA, -------------- next part -------------- A non-text attachment was scrubbed... Name: br2-dbus-bump.00.diff Type: text/x-diff Size: 2325 bytes Desc: not available Url : http://busybox.net/lists/buildroot/attachments/20070708/39289ba2/attachment.bin