From: Ken Raeburn Date: Thu, 15 Jun 2006 02:02:02 +0000 (+0000) Subject: This ticket is pretty old, and the config files have been changed X-Git-Tag: krb5-1.5-beta1~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=592a73502f27ed2befbfd141a3330c080ea8041e;p=krb5.git This ticket is pretty old, and the config files have been changed around a bit since, but this is an attempt to integrate the patch... ticket: 856 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18135 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/shlib.conf b/src/config/shlib.conf index 0d86b32fa..1a1caad78 100644 --- a/src/config/shlib.conf +++ b/src/config/shlib.conf @@ -375,6 +375,19 @@ mips-*-netbsd*) ;; +*-*-bsdi4*) + PICFLAGS=-fpic + SHLIBVEXT='.so.$(LIBMAJOR)' + SHLIBEXT=.so + LDCOMBINE='ld -Bshareable' + SHLIB_EXPFLAGS='-R$(SHLIB_RDIRS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' + CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -Wl,-rpath,$(PROG_RPATH)' + CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)' + RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ +/:/g"`; export LD_LIBRARY_PATH;' + PROFFLAGS=-pg + ;; + *-*-aix5*) SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' SHLIBEXT=.so