summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2001-02-12 21:37:22 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2001-02-12 21:37:22 +0000
commit091ee1d067d0e1b60bbf3ae2468b2816572f4d9b (patch)
tree24b98e8827026576b2c8a1b7c7552b03fb7f47bc /sbin
parentb07051936622bfdfe10e5ebde8a3c0193cc52f99 (diff)
Temporarily disable dlopen() support, some issues with latest OpenSSL update.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/sysdep/openbsd/Makefile.sysdep10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
index b8d2e44f446..d13cd1d5032 100644
--- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.15 2001/01/27 12:03:39 niklas Exp $
+# $OpenBSD: Makefile.sysdep,v 1.16 2001/02/12 21:37:21 ho Exp $
# $EOM: Makefile.sysdep,v 1.18 2001/01/26 10:55:22 niklas Exp $
#
@@ -40,10 +40,10 @@ IPSEC_CFLAGS= -DUSE_PF_KEY_V2
CFLAGS+= -DHAVE_GETNAMEINFO
# Some OpenBSD systems do not provide dlopen(3).
-.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"
-HAVE_DLOPEN= defined
-CFLAGS+= -DSYMBOL_PREFIX='"_"'
-.endif
+#.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"
+#HAVE_DLOPEN= defined
+#CFLAGS+= -DSYMBOL_PREFIX='"_"'
+#.endif
USE_LIBCRYPTO= defined