[Buildroot] PATCH: correct expat DESTDIR , was ( expat is not correctly installed)

Ivan Kuten ivan.kuten at promwad.com
Sat Aug 11 18:07:39 UTC 2007


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://lists.busybox.net/pipermail/buildroot/attachments/20070811/dda2350d/attachment-0001.diff 


More information about the buildroot mailing list