All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] dbus: wrong place to lookup libexpat.so
Date: Sun, 8 Jul 2007 14:23:08 +0200	[thread overview]
Message-ID: <20070708122308.GI4096@aon.at> (raw)
In-Reply-To: <0707081411270.26961@somehost>

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 

  reply	other threads:[~2007-07-08 12:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-08 12:12 [Buildroot] dbus: wrong place to lookup libexpat.so Cristian Ionescu-Idbohrn
2007-07-08 12:23 ` Bernhard Fischer [this message]
2007-07-08 12:55   ` Cristian Ionescu-Idbohrn
2007-07-08 13:15     ` Bernhard Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070708122308.GI4096@aon.at \
    --to=rep.dot.nop@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.