summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-05-27 19:17:58 +0000
committerTheodore Tso <tytso@mit.edu>1998-05-27 19:17:58 +0000
commitbd90cbd829ef4b7b440f56c754904227448a201f (patch)
tree82450a783880461b491932883f11785a3c1eb2be /src/aclocal.m4
parentb645ff696b9303c3378668da0cf44df6bff56230 (diff)
downloadkrb5-bd90cbd829ef4b7b440f56c754904227448a201f.tar.gz
krb5-bd90cbd829ef4b7b440f56c754904227448a201f.tar.xz
krb5-bd90cbd829ef4b7b440f56c754904227448a201f.zip
Makefile.in: include krb5/ccache/memory and windows/lib in the list of
directories built by the Windows build. When building kerbsrc-nt.zip, put a copy of mkbin.bat in the top-level build directory. Fix bug in kerbsrc-nt.zip building where it wasn't creating the initial Makefile (although the dos-zipfiles target did the right thing). aclocal.m4 (KRB5_LIB_PARAMS): Remove "untested" comment from freebsd. Add section for openbsd. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10588 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m413
1 files changed, 12 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 3371e8ba56..e98602e886 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1067,7 +1067,6 @@ mips-*-netbsd*)
PROFFLAGS=-pg
;;
-# untested...
*-*-freebsd*)
PICFLAGS=-fpic
SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
@@ -1080,6 +1079,18 @@ mips-*-netbsd*)
PROFFLAGS=-pg
;;
+*-*-openbsd*)
+ PICFLAGS=-fpic
+ SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
+ SHLIBEXT=.so
+ LDCOMBINE='ld -Bshareable'
+ SHLIB_EXPFLAGS='-R$(SHLIB_RDIRS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)'
+ CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -R$(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
+ ;;
+
*-*-solaris*)
if test "$GCC" = yes; then
PICFLAGS=-fpic