[Erp5-report] r41103 kazuhiko - /erp5/trunk/buildout/software-profiles/varnish.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Dec 3 16:35:02 CET 2010
Author: kazuhiko
Date: Fri Dec 3 16:35:01 2010
New Revision: 41103
URL: http://svn.erp5.org?rev=41103&view=rev
Log:
specify -L so that configure script can find the library.
Modified:
erp5/trunk/buildout/software-profiles/varnish.cfg
Modified: erp5/trunk/buildout/software-profiles/varnish.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/varnish.cfg?rev=41103&r1=41102&r2=41103&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] Fri Dec 3 16:35:01 2010
@@ -20,8 +20,8 @@ recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/varnish/files/varnish/2.0.6/varnish-2.0.6.tar.gz/download
md5sum = d91dc21c636db61c69b5e8f061c5bb95
environment =
- CPPFLAGS =-I${ncurses:location}/include
- LDFLAGS =-Wl,-rpath -Wl,${ncurses:location}/lib
+ CPPFLAGS=-I${ncurses:location}/include
+ LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
# http://www.varnish-cache.org/trac/ticket/801
[varnish-2.1.4-r5467-patch]
@@ -41,5 +41,5 @@ patches =
environment =
PATH=${patch:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${pcre:location}/lib/pkgconfig
- CPPFLAGS =-I${ncurses:location}/include
- LDFLAGS =-Wl,-rpath -Wl,${ncurses:location}/lib
+ CPPFLAGS=-I${ncurses:location}/include
+ LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
More information about the Erp5-report
mailing list