summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-08-16 19:18:49 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-08-16 19:18:49 +0100
commit781ec411e8dc8f431a2a9b0164b92b5b220ae7fa (patch)
tree9dae80fa1d3fd74f4b0dcb1eed5a2bd956c0afc6
parentPurge old, fix install paths icespider (diff)
downloadportage-781ec411e8dc8f431a2a9b0164b92b5b220ae7fa.tar.bz2
portage-781ec411e8dc8f431a2a9b0164b92b5b220ae7fa.tar.xz
portage-781ec411e8dc8f431a2a9b0164b92b5b220ae7fa.zip
Setting build flags should be done in configure, not prepare
-rw-r--r--eclass/bjam.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bjam.eclass b/eclass/bjam.eclass
index c9d384e..affc7db 100644
--- a/eclass/bjam.eclass
+++ b/eclass/bjam.eclass
@@ -10,7 +10,7 @@
inherit eutils
-src_prepare() {
+src_configure() {
ebegin "Setting portage CXX and LD flags"
sed -i "s|^using gcc .*|using gcc : : : <compileflags>\"${CXXFLAGS}\" <linkflags>\"${LDFLAGS}\" ;|" ${S}/Jamroot.jam
eend $?