aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2011-08-01 17:58:24 -0400
committerChristoph Hellwig <hch@lst.de>2011-08-02 11:52:30 +0200
commit97485dadbb4d7293747a13e737d39b2b8d42f8a5 (patch)
tree2961a6de1c604012f3994228b56f66f030c53644
parent677e843a4b96c556e09037c0ffa292a6ef1d31bc (diff)
downloaddmapi-dev-master.tar.gz
build using CFLAGS passed in at configureHEADmaster
In order to build xfsprogs in a hermetic build, we need be able to pass in -I and -L flags to the compiler and linker, respectively. This needs to be used by the configure script, but we also need to make sure these flags are used by the Makefiles as well. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--include/builddefs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 3247e0f..8e66415 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -11,6 +11,7 @@ DEBUG = @debug_build@
OPTIMIZER = @opt_build@
MALLOCLIB = @malloc_lib@
LOADERFLAGS = @LDFLAGS@
+CFLAGS = @CFLAGS@
prefix = @prefix@
exec_prefix = @exec_prefix@