diff --git a/buildout/software-profiles/flare.cfg b/buildout/software-profiles/flare.cfg
index 01bd1c302f1bba1e998856d4dc6737618882126e..ff80c5c98440b5be16af394d0485baa6670fcdae 100644
--- a/buildout/software-profiles/flare.cfg
+++ b/buildout/software-profiles/flare.cfg
@@ -1,5 +1,10 @@
 [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
+