diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-09-16 14:23:39 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-09-16 14:23:55 -0400 |
commit | cf12c223d093d349822333582bd1899bdfb03bbc (patch) | |
tree | 4939a753468f8ec95b30599072605446f5e560a8 | |
parent | 7e3821c097c05a4790abac53ddd26ef28cb7cf4d (diff) |
depends: respect CPPFLAGS when configuring with depends
-rw-r--r-- | depends/config.site.in | 2 |
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@" |