summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-03 23:07:39 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-03 23:07:39 +0200
commita44cb642ebd2543e55314d4d8679a9b3d115e533 (patch)
treee6113bb8a2faffb1259a9adad7ffe2d310a24031 /bootstrap.sh
parent34f31f666e2a2c301e0735e48e48da44ff503acc (diff)
build-sys: take preset CFLAGS into account
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 79e0a7dc..970e884e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -94,7 +94,7 @@ else
run_versioned automake "$VERSION" --copy --foreign --add-missing
if test "x$NOCONFIGURE" = "x"; then
- CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@"
+ CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@"
make clean
fi
fi