about summary refs log tree commit diff
diff options
context:
space:
mode:
-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}" ;;