aboutsummaryrefslogtreecommitdiff
path: root/rules/autotools.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-25 15:48:23 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-25 15:48:23 +0400
commitda97a9d8329caae038af4eb8476e772085258203 (patch)
treed4eebe7185f88c743ea74eb46270c05a3fc74668 /rules/autotools.mk
parentb63e7ef9672dabc8c81e2f036c16d6c4e1c3d156 (diff)
downloadcibs-da97a9d8329caae038af4eb8476e772085258203.tar.gz
Set CFLAGS and friends
Diffstat (limited to 'rules/autotools.mk')
-rw-r--r--rules/autotools.mk3
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 = \