From cf12c223d093d349822333582bd1899bdfb03bbc Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 16 Sep 2014 14:23:39 -0400 Subject: [PATCH] depends: respect CPPFLAGS when configuring with depends --- depends/config.site.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/config.site.in b/depends/config.site.in index 4012f5a8..1df04eec 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@"