summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2014-04-24 06:53:04 -0700
committerCraig Earls <enderw88@gmail.com>2014-04-24 06:53:04 -0700
commit2906a2f759b67363c070161202596e746921f09c (patch)
treee0c4e4bf069acffb3118c5c78987c05647b757bf /acprep
parentfd18f58392833d6e1b1c06a7700f8afc37711c87 (diff)
parent62bdb2f13a31449ca6f439ee121162647c39855e (diff)
downloadfork-ledger-2906a2f759b67363c070161202596e746921f09c.tar.gz
fork-ledger-2906a2f759b67363c070161202596e746921f09c.tar.bz2
fork-ledger-2906a2f759b67363c070161202596e746921f09c.zip
Merge commit '62bdb2f13a31449ca6f439ee121162647c39855e'
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index dde3e62f..754a2427 100755
--- a/acprep
+++ b/acprep
@@ -868,6 +868,7 @@ class PrepareBuild(CommandLineApp):
if self.options.boost_root:
conf_args.append('-DBOOST_ROOT=%s' %
self.options.boost_root)
+ conf_args.append('-DBoost_NO_SYSTEM_PATHS=TRUE')
if self.options.boost_suffix:
conf_args.append('-DBoost_COMPILER=%s' %
self.options.boost_suffix)