diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-09-19 13:37:14 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-09-19 13:37:14 +0000 |
commit | 4ab8aa443baf16e2a15844d8edfad2a198025a16 (patch) | |
tree | 48d8a3a778af15eeaf2e1470a7e13363f28a50f5 /package/libtool | |
parent | 0b8ba16bc4d937c1d0f48c110a6f89233d07eece (diff) | |
download | buildroot-novena-4ab8aa443baf16e2a15844d8edfad2a198025a16.tar.gz buildroot-novena-4ab8aa443baf16e2a15844d8edfad2a198025a16.zip |
Makefile.autotools.in: Extended to cope with more bad packages
1. I added a HOOK_POST_EXTRACT previously so that I could cope with the
bad libxml2 package. This required me to remove some dead patches
(.rej) files after I extracted the package, the issue is that the
EXTRACT target runs patch-kernel.sh to patch the ltmain.sh.
It then finds some.rej files and bombs out.
I have altered the sequence so that the HOOK_POST_EXTRACT target runs
before the make target that patches libtool to deal with this.
2.) I have added a $(PKG)_LIBTOOL_PATCH variable. This is defaulted to
YES however if you override it in the package makefile to NO then the
ltmain.sh file will not be patched automatically but only if you have
added your own patches.
This is necessary for freetype 2.3.7 as it cannot use the
buildroot-libtool patch.
I am using this patch for building a set of packages, however it
is not a complete set of packages so await feedback of issues (if any)
Daniel Laird
Diffstat (limited to 'package/libtool')
0 files changed, 0 insertions, 0 deletions