Fix configure script to not clobber CFLAGS.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-11-29 16:39:28 -08:00
parent 97b0d08e4f
commit 7e42483986
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4,6 +4,6 @@
# all of its config scripts in a different directory than the configure
# script itself.
export CFLAGS="-g"
export CFLAGS="$CFLAGS -g"
cd scripts
exec ./configure "$@"