[Pkg-gnupg-commit] [gnupg2] 20/49: build: Do not mess with CFLAGS in configure.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Nov 8 19:30:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit e417aaf69817fcb4a73c38077853dc940a2deabc
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Oct 24 18:34:28 2017 +0200

    build: Do not mess with CFLAGS in configure.
    
    * configure.ac: Do not mess with the user provided CFLAGS.
    --
    
    A problem was claimed with some configure tests if the user provided
    CFLAGS=-Werror.  The commit introducing this
    
    Fixes-commit: 02eb9fc9d5863abcfed6af704e618f8cac7cc2e8
    
    does not mention a concrete case.  Anyway, messing with CFLAGS is a
    bad idea because configure tests will then test something different
    than what is used later (cf. autoconf manual).  Tests which depend on
    the whether -Werror is used needsto be fixed.
    
    Note that in certain cases we modify CFLAGS.  This is only done for
    some configure options or if the platform requires the use of special
    compiler flags (e.g. on HP/UX).
    
    GnuPG-bug-id: 2423
---
 configure.ac | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 70c1226..1f933a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,12 +89,6 @@ AB_INIT
 
 AC_GNU_SOURCE
 
-# Before we do anything with the C compiler, we first save the user's
-# CFLAGS (they are restored at the end of the configure script).  This
-# is because some configure checks don't work with -Werror, but we'd
-# like to use -Werror with our build.
-CFLAGS_orig=$CFLAGS
-CFLAGS=
 
 # Some status variables.
 have_gpg_error=no
@@ -1701,11 +1695,6 @@ if test x"$gnupg_builddir_envvar" = x"yes"; then
 fi
 
 #
-# Add user CFLAGS.
-#
-CFLAGS="$CFLAGS $CFLAGS_orig"
-
-#
 # Decide what to build
 #
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list