changeset 5568:ff2c3cba0990

Fixes non-boostrap building on Ubuntu. If you try gub tools::subversion without previously compiling tools::libxml2, it barfs because something's broken in Ubuntu's version. A bootstrap make will build libxml2 as a dependency of something else, but a manual bin/gub darwin-x86::cross/gcc won't build it before it needs it.
author Graham Percival <gperciva@gperciva-desktop.(none)>
date Wed, 16 Sep 2009 11:33:02 +0100
parents 20592e0c6bd8
children 4ca633f7a84d
files gub/specs/subversion.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/subversion.py	Wed Sep 16 11:00:24 2009 +0100
+++ b/gub/specs/subversion.py	Wed Sep 16 11:33:02 2009 +0100
@@ -8,4 +8,5 @@
         return [
             'libapr-util-devel',
             'sqlite',
+            'libxml2'
             ]