summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-generic.txt
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2014-02-21 00:09:47 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-24 09:04:44 +0100
commited73d1d2e3703290e74bb076bc6dd0417aa3ba21 (patch)
tree446d7828413bff30a030435d30ace81d5b1a1a6d /docs/manual/adding-packages-generic.txt
parentb7740b32f6fd595dcd4bb51b5b51a50758141dcc (diff)
downloadbuildroot-ed73d1d2e3703290e74bb076bc6dd0417aa3ba21.tar.gz
buildroot-ed73d1d2e3703290e74bb076bc6dd0417aa3ba21.zip
libtool: fix build on systems with automake-1.11 (e.g. Fedora 10)
package/libtool/libtool-0001-mips64-n64-linking.patch touches an m4 file, so applying it triggers a run of autoconf, automake, etc. This sometimes leads to build failures due to incompatible system autotools. This was observed on Fedora 10, which has automake 1.11 while the generated files that are included in the tarball require automake 1.11.1. We cannot simply set HOST_LIBTOOL_AUTORECONF = YES because that would create a circular dependency on host-libtool. Therefore, the patch patch is applied on the installed libtool.m4 instead of in the source tree. Then, it also needs to be renamed to something that doesn't match buildroot's patch convention so it doesn't get picked up automatically. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/adding-packages-generic.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud