diff options
author | 2001-02-12 21:37:21 +0000 | |
---|---|---|
committer | 2001-02-12 21:37:21 +0000 | |
commit | cff2f038344107dd5c5d8930df8601ed7b0e2605 (patch) | |
tree | 1f542c4a402d61f5ace9671925e349bf6f08cc12 | |
parent | lumask now works with 1 numeric arg; ok markus@, djm@ (diff) | |
download | wireguard-openbsd-cff2f038344107dd5c5d8930df8601ed7b0e2605.tar.xz wireguard-openbsd-cff2f038344107dd5c5d8930df8601ed7b0e2605.zip |
Temporarily disable dlopen() support, some issues with latest OpenSSL update.
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 10 |
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 |