changeset 6164:197ff406564e

Fix glib compile for darwin-x86.
author Graham Percival <graham@percival-music.ca>
date Sat, 27 Aug 2011 02:05:26 +0100
parents 902c8bf0f1c8
children d7e7e4d2fd8e
files gub/specs/glib.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/glib.py	Mon Jul 11 11:35:57 2011 +0200
+++ b/gub/specs/glib.py	Sat Aug 27 02:05:26 2011 +0100
@@ -41,6 +41,9 @@
                        '%(builddir)s/libtool')
 
 class Glib__darwin__x86 (Glib__darwin):
+    # LIBS bugfix from:
+    #   https://bugzilla.gnome.org/show_bug.cgi?id=586150
+    configure_variables = Glib.configure_variables + ' LIBS=-lresolv'
     def compile (self):
         self.file_sub ([('(SUBDIRS = .*) tests', r'\1'),
                         (r'GTESTER = \$.*', ''),