aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-09-16 14:23:39 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-09-16 14:23:55 -0400
commitcf12c223d093d349822333582bd1899bdfb03bbc (patch)
tree4939a753468f8ec95b30599072605446f5e560a8 /depends
parent7e3821c097c05a4790abac53ddd26ef28cb7cf4d (diff)
downloadbitcoin-cf12c223d093d349822333582bd1899bdfb03bbc.tar.xz
depends: respect CPPFLAGS when configuring with depends
Diffstat (limited to 'depends')
-rw-r--r--depends/config.site.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index 4012f5a8d1..1df04eec3f 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -52,7 +52,7 @@ export PATH=$prefix/native/bin:$PATH
export PKG_CONFIG="`which pkg-config` --static"
export PKG_CONFIG_LIBDIR=$prefix/lib/pkgconfig
export PKG_CONFIG_PATH=$prefix/share/pkgconfig
-export CPPFLAGS=-I$prefix/include/
+export CPPFLAGS="-I$prefix/include/ $CPPFLAGS"
export CC="@CC@"
export CXX="@CXX@"