OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1491-g1fc4c9d

Gerrit Code Review gerrit@openafs.org
Sun, 7 Aug 2011 11:50:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1fc4c9dbe2b1ba11929a5e5106afda5969e6fa7c
Author: Derrick Brashear <shadow@dementia.org>
Date:   Wed Aug 3 13:05:27 2011 -0400

    pam: stop building it wrong
    
    in the new lwp/pthread/shared universe, well, we have the
    opportunity to be correct. and we chose to do it entirely wrong.
    we're building a shared object. use the right rules. we need
    to add some CFLAGS for PAM. do that using MODULE_CFLAGS instead
    of just building a whole new CCRULE
    
    Change-Id: Ie3e3c5ba902e5364cfa99d4dbd1b5b7fd4451127
    Reviewed-on: http://gerrit.openafs.org/5153
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/pam/Makefile.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository