libtool: use a different way to avoid autoreconfiguration
authorArnout Vandecappelle <arnout@mind.be>
Wed, 19 Mar 2014 23:03:00 +0000 (00:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Apr 2014 21:37:47 +0000 (23:37 +0200)
commit6f9fbfdd7ff8791c121aecabca0590e6d8c69441
tree0d143d1dc02079bfe5103c90778f34d197ed60ce
parent9806bf5a9a2705a17b574ac4d376fba9a148b8bb
libtool: use a different way to avoid autoreconfiguration

In 4268d39, a patch was added to update libtool.m4 for MIPS n64 targets.
However, this caused the configure script to be regenerated during the
build steps, which in turn caused build failures on Fedora 12 hosts. In
ed73d1d, this was fixed by patching the installed libtool.m4 file
instead of the source file.

However, ed73d1d did not take into account that the target libtool will
also install libtool.m4 to staging, and that that version has
precedence over the one in HOST_DIR.

Therefore, this patch takes a different approach: the source file is
patched in the usual way, and instead the reconfigure is avoided by
touching the generated files.

On the target, we also cannot use the AUTORECONF mechanism because of
some mysterious Makefile.inc file. So just use the same approach and
wait for upstream to make a new release.

Fixes:
   http://autobuild.buildroot.net/results/b86/b86a83c6549004f226e7255242e54ef4e50c5ec3/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libtool/libtool-01-mips64-n64-linking.patch [new file with mode: 0644]
package/libtool/libtool-mips64-n64-linking.post-install-patch [deleted file]
package/libtool/libtool.mk