[Erp5-report] r40765 luke - /erp5/trunk/buildout/software-profiles/glib.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 26 12:04:55 CET 2010


Author: luke
Date: Fri Nov 26 12:04:54 2010
New Revision: 40765

URL: http://svn.erp5.org?rev=40765&view=rev
Log:
 - use locally delivered gettext for linking

Modified:
    erp5/trunk/buildout/software-profiles/glib.cfg

Modified: erp5/trunk/buildout/software-profiles/glib.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/glib.cfg?rev=40765&r1=40764&r2=40765&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/glib.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/glib.cfg [utf8] Fri Nov 26 12:04:54 2010
@@ -8,6 +8,6 @@ recipe = hexagonit.recipe.cmmi
 url = http://ftp.gnome.org/pub/gnome/sources/glib/2.26/glib-2.26.1.tar.bz2
 md5sum = 17535accceef55bcb17a74d73f9c2aef
 environment =
-  CFLAGS=-I${zlib:location}/include
-  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
+  CFLAGS=-I${zlib:location}/include -I${gettext:location}/include
+  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${gettext:location}/lib -Wl,-rpath -Wl,${gettext:location}/lib
   PATH=${gettext:location}/bin:%(PATH)s




More information about the Erp5-report mailing list