summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-15 02:02:02 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-15 02:02:02 +0000
commit592a73502f27ed2befbfd141a3330c080ea8041e (patch)
treee6022c493b899f0892f69f5f5ea9799f5a93a3cc
parentc803daed8c6a937f8a282434dfa129b205be2a20 (diff)
downloadkrb5-592a73502f27ed2befbfd141a3330c080ea8041e.tar.gz
krb5-592a73502f27ed2befbfd141a3330c080ea8041e.tar.xz
krb5-592a73502f27ed2befbfd141a3330c080ea8041e.zip
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
-rw-r--r--src/config/shlib.conf13
1 files changed, 13 insertions, 0 deletions
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