changeset 3470:5230459a62f1

Libtool update for libusb.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 11 May 2007 17:14:49 +0200
parents 81fa3071f7b4
children 38373ff3216c
files TODO gub/specs/libusb.py
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri May 11 17:10:24 2007 +0200
+++ b/TODO	Fri May 11 17:14:49 2007 +0200
@@ -18,6 +18,8 @@
 * Split build recipes into Basic (configure??; make; make install),
   AutoTools
 
+* Automagically do:  # # FIXME libtool too olds for autotool packages.
+
 * move autotools patching to autogen/prepare_configure stage.
 
 * move makeflags () feature to buildspec.
--- a/gub/specs/libusb.py	Fri May 11 17:10:24 2007 +0200
+++ b/gub/specs/libusb.py	Fri May 11 17:14:49 2007 +0200
@@ -5,3 +5,7 @@
     def __init__ (self, settings):
         targetpackage.TargetBuildSpec.__init__ (self, settings)
         self.with (version="0.1.12", mirror=mirrors.sf)
+    def configure (self):
+        targetpackage.TargetBuildSpec.configure (self)
+        # # FIXME: libtool too old for cross compile
+        self.update_libtool ()