Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] dbus: wrong place to lookup libexpat.so
@ 2007-07-08 12:12 Cristian Ionescu-Idbohrn
  2007-07-08 12:23 ` Bernhard Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 12:12 UTC (permalink / raw)
  To: buildroot

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


-- 
Cristian

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

end of thread, other threads:[~2007-07-08 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08 12:12 [Buildroot] dbus: wrong place to lookup libexpat.so Cristian Ionescu-Idbohrn
2007-07-08 12:23 ` Bernhard Fischer
2007-07-08 12:55   ` Cristian Ionescu-Idbohrn
2007-07-08 13:15     ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox