summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-08-18 16:07:19 +0300
committerunknown <monty@hundin.mysql.fi>2002-08-18 16:07:19 +0300
commita2e4d0e4ddac38ecd38e3d5ac6db497c7ca8073f (patch)
tree758eccbf4fc1144e2c3ff7ccccdcbd663b569876 /innobase
parent694e330681f0911d953ae341e51b0a1f2774bb29 (diff)
downloadmariadb-git-a2e4d0e4ddac38ecd38e3d5ac6db497c7ca8073f.tar.gz
Portability fixes for HPUX and Openbsd
configure.in: Fixed type for HPUX10.20 innobase/configure.in: Fixed type for openbsd mysys/my_pthread.c: Fix for hpux
Diffstat (limited to 'innobase')
-rw-r--r--innobase/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/configure.in b/innobase/configure.in
index 48787b680b2..e4e5d839246 100644
--- a/innobase/configure.in
+++ b/innobase/configure.in
@@ -96,6 +96,8 @@ case "$target_os" in
sysv5uw7*)
# Problem when linking on SCO
CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
+ openbsd*)
+ CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
esac
case "$target" in