dont_override_external_buildflags

# Don't force apr-using projects to use the compile flags used during
# apr's compilation.

Gbp-Pq: Name dont_override_external_buildflags
This commit is contained in:
OpenKylin Developers 2023-01-16 15:55:44 +08:00 committed by zhouganqing
parent 467fb8c407
commit c64139833a
1 changed files with 4 additions and 4 deletions

View File

@ -41,10 +41,10 @@ LIBTOOL=@LIBTOOL@
# compilation and linking flags that are supposed to be set only by the user.
# configure adds to them for tests, but we restore them at the end.
#
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
LIBS=@LIBS@
CFLAGS?=@CFLAGS@
CPPFLAGS?=@CPPFLAGS@
LDFLAGS?=@LDFLAGS@
LIBS?=@LIBS@
DEFS=@DEFS@
# anything added to the standard flags by configure is moved to EXTRA_*