From 596ee8d49624cf844147f6dfcee3d05cbd6b1f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 29 Mar 2011 09:19:22 +0000 Subject: [PATCH] - when configure-command is replaced in hexagonit.recipe.cmmi prefix has to be selected manually git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44709 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/gcc.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout/software-profiles/gcc.cfg b/buildout/software-profiles/gcc.cfg index bd3c97b2f6..b1b4c66492 100644 --- a/buildout/software-profiles/gcc.cfg +++ b/buildout/software-profiles/gcc.cfg @@ -78,6 +78,7 @@ configure-options = --with-gmp=${gmp:location} --with-mpfr=${mpfr:location} --with-mpc=${mpc:location} + --prefix=${buildout:parts-directory}/${:_buildout_section_name_} environment = CPPFLAGS =-I${mpfr:location}/include -I${gmp:location}/include -I${mpc:location}/include -- 2.30.9