From: Tom Yu Date: Sat, 18 Dec 2004 02:28:02 +0000 (+0000) Subject: pullup from trunk X-Git-Tag: krb5-1.4.3-beta1~133 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5fb5b86d4adf9ebe5e520dd325ae86a348c1396a;p=krb5.git pullup from trunk ticket: 2832 version_fixed: 1.4 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@16952 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 0fbaf7fc8..c82bec9c3 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2004-12-17 Ken Raeburn + + * shlib.conf (*-*-netbsd*): Use -fPIC instead of -fpic, which + won't work on sparc64 at least. + 2004-12-15 Jeffrey Altman * win-pre.in; optionally build debug symbols for release builds diff --git a/src/config/shlib.conf b/src/config/shlib.conf index 3205bb348..f5c6b8405 100644 --- a/src/config/shlib.conf +++ b/src/config/shlib.conf @@ -204,7 +204,7 @@ mips-*-netbsd*) ;; *-*-netbsd*) - PICFLAGS=-fpic + PICFLAGS=-fPIC SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' SHLIBEXT=.so LDCOMBINE='ld -Bshareable'