Commit 5e8e4025 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile against locally delivered tokyocabinet and boost lib


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40036 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cced32d6
[buildout]
parts = flare
extends =
../software-profiles/boost-lib.cfg
../software-profiles/tokyocabinet.cfg
parts =
flare
[flare]
recipe = hexagonit.recipe.cmmi
......@@ -7,5 +12,7 @@ url = http://labs.gree.jp/data/source/flare-1.0.9.tgz
md5sum = e59ccce1ba29e7edf6f665561678d5c8
configure-options =
--with-tokyocabinet=${tokyocabinet:location}
--with-boost=${boost-lib:location}
environment =
LDFLAGS =-Wl,-rpath ${tokyocabinet:location}/lib
LDFLAGS =-Wl,-rpath -Wl,${tokyocabinet:location}/lib -Wl,-rpath -Wl,${boost-lib: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