Commit a1ca9708 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

specify -L so that configure script can find the library.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41103 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f54dd08
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment