OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-16-g7c6441d

Gerrit Code Review gerrit@openafs.org
Sun, 20 Feb 2011 05:53:10 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 7c6441d435982fd6ff8370b55e02e5fe39aefa61
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Oct 4 13:45:53 2010 +0100

    configure: Don't let autoconf pick our CFLAGS
    
    If the user hasn't specified CFLAGS on the command line to
    ./configure, then autoconf will set them to -g -O2 if the compiler
    supports those options.
    
    For compatibility with what OpenAFS has always done, and to let us
    manually set optimisation and debugging flags later, disable this
    behaviour.
    
    Reviewed-on: http://gerrit.openafs.org/2895
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit b1f747c1f131fc1a9f8a5895fb06607a255a27d8)
    
    Change-Id: Id35b288a56c8946a34b234eac1e899898d29ae65
    Reviewed-on: http://gerrit.openafs.org/4003
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 configure-libafs.ac |    3 +++
 configure.ac        |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository