From: Ivan Kuten <ivan.kuten@promwad.com>
To: buildroot@busybox.net
Subject: [Buildroot] PATCH: correct expat DESTDIR , was ( expat is not correctly installed)
Date: Sat, 11 Aug 2007 21:07:39 +0300 [thread overview]
Message-ID: <46BDFAEB.3070401@promwad.com> (raw)
In-Reply-To: <1186854238.4742.1.camel@elrond.sweden.atmel.com>
Ulf Samuelsson ?????:
> l?r 2007-08-11 klockan 17:07 +0300 skrev Ivan Kuten:
>> Correct expat DESTDIR, otherwise it installed in staging_dir/usr/usr/include:
>>
>>
>> Index: package/expat/expat.mk
>> ===================================================================
>> --- package/expat/expat.mk (revision 19426)
>> +++ package/expat/expat.mk (working copy)
>> @@ -53,7 +53,7 @@
>> touch -c $@
>>
>> $(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
>> - $(MAKE) DESTDIR=$(STAGING_DIR)/usr -C $(EXPAT_DIR) install
>> + $(MAKE) DESTDIR=$(STAGING_DIR) -C $(EXPAT_DIR) install
>> $(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
>> $(STAGING_DIR)/usr/lib/libexpat.la
>> touch -c $@
>>
>>
>> Best regards,
>> Ivan
>
> Your patches fail miserably, since your email client replaces tabs with
> spaces. This means that patches have to be applied manually :-(
>
> Best Regards
> Ulf Samuelsson
>
>
Hm, strange, i'm using thunderbird-2.0 with plain text messaging.
Anyway here is the same patch in the attachment.
BR,
Ivan
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: expat_DESTDIR.patch
Url: http://busybox.net/lists/buildroot/attachments/20070811/dda2350d/attachment.diff
next prev parent reply other threads:[~2007-08-11 18:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-09 22:27 [Buildroot] expat is not correctly installed Ivan Kuten
2007-08-11 14:07 ` [Buildroot] PATCH: correct expat DESTDIR , was ( expat is not correctly installed) Ivan Kuten
2007-08-11 17:43 ` Ulf Samuelsson
2007-08-11 18:07 ` Ivan Kuten [this message]
2007-08-11 19:38 ` [Buildroot] *FLAWED* " Cristian Ionescu-Idbohrn
2007-08-11 20:46 ` Ivan Kuten
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=46BDFAEB.3070401@promwad.com \
--to=ivan.kuten@promwad.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.