changeset 5538:35bfa489b6bc

tools::file: depend on libtool.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 21 Aug 2009 16:18:04 +0200
parents 9c48e09b4b33
children 2e0ea80a1aad
files gub/specs/file.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/file.py	Fri Aug 21 14:26:42 2009 +0200
+++ b/gub/specs/file.py	Fri Aug 21 16:18:04 2009 +0200
@@ -6,9 +6,9 @@
     source = 'ftp://ftp.astron.com/pub/file/file-5.03.tar.gz'
     def _get_build_dependencies (self):
         return [
+            'libtool',
             'zlib',
             ]
     def configure_command (self):
         return (tools.AutoBuild.configure_command (self)
                 + ''' LDFLAGS='-L%(system_prefix)s/lib %(rpath)s -Wl,-rpath -Wl,%(system_prefix)s/lib' ''')
-