[Erp5-report] r44295 kazuhiko - /erp5/trunk/buildout/software-profiles/pkgconfig.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 15 14:15:56 CET 2011
Author: kazuhiko
Date: Tue Mar 15 14:15:56 2011
New Revision: 44295
URL: http://svn.erp5.org?rev=44295&view=rev
Log:
-Lxxx is required for configure script.
Modified:
erp5/trunk/buildout/software-profiles/pkgconfig.cfg
Modified: erp5/trunk/buildout/software-profiles/pkgconfig.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/pkgconfig.cfg?rev=44295&r1=44294&r2=44295&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/pkgconfig.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/pkgconfig.cfg [utf8] Tue Mar 15 14:15:56 2011
@@ -19,4 +19,4 @@ configure-options =
environment =
PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig
CPPFLAGS=-I${glib:location}/include -I${popt:location}/include
- LDFLAGS=-L${gettext:location}/lib -Wl,-rpath -Wl,${gettext:location}/lib -Wl,-rpath -Wl,${glib:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib
+ LDFLAGS=-L${gettext:location}/lib -Wl,-rpath -Wl,${gettext:location}/lib -L${glib:location}/lib -Wl,-rpath -Wl,${glib:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib
More information about the Erp5-report
mailing list