[Erp5-report] r40567 kazuhiko - /erp5/trunk/buildout/software-profiles/neon.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 23:04:40 CET 2010


Author: kazuhiko
Date: Tue Nov 23 23:04:40 2010
New Revision: 40567

URL: http://svn.erp5.org?rev=40567&view=rev
Log:
add libxml2's pkgconfig to avoid having /usr/lib64 in bin/neon-config, lib/libneon.la and lib/pkgconfig/neon.pc.

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

Modified: erp5/trunk/buildout/software-profiles/neon.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/neon.cfg?rev=40567&r1=40566&r2=40567&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/neon.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/neon.cfg [utf8] Tue Nov 23 23:04:40 2010
@@ -20,6 +20,6 @@ configure-options =
 
 environment =
   PATH=${libxml2:location}/bin:%(PATH)s
-  PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
+  PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig
   CPPFLAGS=-I${openssl:location}/include -I{zlib:location}/include
   LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib




More information about the Erp5-report mailing list