OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-749-g4f3b6a5
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Feb 2011 19:53:16 -0800 (PST)
The following commit has been merged in the master branch:
commit 4f3b6a5b3c63ee34d65f202730ff2ce68627b2e5
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Feb 16 15:58:41 2011 -0600
Fix PIC CFLAGS
Commit 8eca6a1153eb7768c2f29ea2d48f01f6988cbfe3 just used -fPIC to
generate position-independant code. However, the flag to turn on PIC
varies depending on the compiler, and is not always -fPIC. Just use
SHD_CCRULE instead, which will get us the correct PIC flags.
Change-Id: I61d698587cc3959b35ec27abe3c3b19adab5d8f1
Reviewed-on: http://gerrit.openafs.org/3962
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/cmd/Makefile.in | 10 ++----
src/libuafs/Makefile.common.in | 2 +-
src/util/Makefile.in | 79 +++++++++++++---------------------------
3 files changed, 30 insertions(+), 61 deletions(-)
--
OpenAFS Master Repository