about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-04-15 14:10:30 +0000
committerClint Adams <clint@users.sourceforge.net>2000-04-15 14:10:30 +0000
commit3dc24fba0978b76feb0a9a1584abf57cd766dcb9 (patch)
tree3f1b0400ea792b3325bda190f6e826227bf0e3a6
parent336542eba2f788db86e06801ae654859f131ae0d (diff)
downloadzsh-3dc24fba0978b76feb0a9a1584abf57cd766dcb9.tar.gz
zsh-3dc24fba0978b76feb0a9a1584abf57cd766dcb9.tar.xz
zsh-3dc24fba0978b76feb0a9a1584abf57cd766dcb9.zip
10768: configure.in: DLLDFLAGS for OpenBSD.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f7c3598..aaa4bf45e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-15  Clint Adams  <schizo@debian.org>
+
+	* 10768: configure.in: DLLDFLAGS for OpenBSD.
+
 2000-04-14  Clint Adams  <schizo@debian.org>
 
 	* 10764: Radim Kolar: Functions/Misc/run-help: support
diff --git a/configure.in b/configure.in
index a165da093..7a0be3eac 100644
--- a/configure.in
+++ b/configure.in
@@ -1485,6 +1485,7 @@ char *argv[];
     netbsd*)      DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;;
     aix*)         DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
     solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
+    openbsd*)     DLLDFLAGS="${DLLDFLAGS=-Bshareable}" ;;
   esac
   case "$host" in
     *-hpux*)  EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;