]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libiscsi: Call autoreconf to use buildroot's libtool
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 18 Nov 2013 14:23:42 +0000 (14:23 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Nov 2013 08:03:23 +0000 (09:03 +0100)
Use updated libtool from buildroot to fix MIPS64/n64 build problems
http://autobuild.humanoidz.org/results/a9a/a9aa506a591581e413dc38c53d0e56bec5970634/build-end.log

[Peter: add comment explaining why]
Acked-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libiscsi/libiscsi.mk

index 5a299233241181ea4513b2bb13e2119e28c6de9f..eddde33ec940cbd48b36af76be94e58cf98edde3 100644 (file)
@@ -10,5 +10,7 @@ LIBISCSI_LICENSE         = GPLv2+ LGPLv2.1+
 LIBISCSI_LICENSE_FILES   = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
 LIBISCSI_INSTALL_STAGING = YES
 LIBISCSI_DEPENDENCIES    = popt
+# fixes MIPS64 link failure
+LIBISCSI_AUTORECONF      = YES
 
 $(eval $(autotools-package))