[Erp5-report] r40740 kazuhiko - /erp5/trunk/buildout/software-profiles/sphinx.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 21:24:20 CET 2010


Author: kazuhiko
Date: Thu Nov 25 21:24:19 2010
New Revision: 40740

URL: http://svn.erp5.org?rev=40740&view=rev
Log:
-L for expat is required otherwise configure script cannot find it.

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

Modified: erp5/trunk/buildout/software-profiles/sphinx.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/sphinx.cfg?rev=40740&r1=40739&r2=40740&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/sphinx.cfg [utf8] Thu Nov 25 21:24:19 2010
@@ -38,4 +38,4 @@ patches =
   ${sphinx-1.10-beta-snowball.patch:location}/${sphinx-1.10-beta-snowball.patch:filename}
 environment =
   CPPFLAGS=-I${zlib:location}/include -I${libexpat:location}/include
-  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath ${mysql-5.1:location}/lib/mysql -Wl,-rpath ${libexpat:location}/lib
+  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath ${mysql-5.1:location}/lib/mysql -L${libexpat:location}/lib -Wl,-rpath ${libexpat:location}/lib




More information about the Erp5-report mailing list