diff options
Diffstat (limited to 'rules/autotools.mk')
-rw-r--r-- | rules/autotools.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/autotools.mk b/rules/autotools.mk index 108cdca..1975ff4 100644 --- a/rules/autotools.mk +++ b/rules/autotools.mk @@ -31,6 +31,9 @@ configure := $(sourcedir)/configure configure-env = \ CC="$(CC)" \ CXX="$(CXX)" \ + CFLAGS="$(CFLAGS)" \ + CXXFLAGS="$(CXXFLAGS)" \ + CPPFLAGS="$(CPPFLAGS)" \ configure-options = \ |