diff options
author | 2013-06-21 14:12:26 +0000 | |
---|---|---|
committer | 2013-06-21 14:12:26 +0000 | |
commit | f13218a1af7b241f7c94f8b4c30c146c1ec8efc7 (patch) | |
tree | 3f9d9a89cc0a9999b5a1f0fbb92c8e353c69cec6 | |
parent | Sync with upstream, we don't need to patch this file since kcm is disabled. (diff) | |
download | wireguard-openbsd-f13218a1af7b241f7c94f8b4c30c146c1ec8efc7.tar.xz wireguard-openbsd-f13218a1af7b241f7c94f8b4c30c146c1ec8efc7.zip |
Pass NO_NTLM to the compile line.
ok robert@
-rw-r--r-- | kerberosV/Makefile.inc | 4 | ||||
-rw-r--r-- | kerberosV/include/config.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/kerberosV/Makefile.inc b/kerberosV/Makefile.inc index 6d64a06d382..dbe986e84a4 100644 --- a/kerberosV/Makefile.inc +++ b/kerberosV/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.15 2013/06/19 19:36:41 robert Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2013/06/21 14:12:26 ajacoutot Exp $ KRB5DIR= ${.CURDIR}/../../../kerberosV/src -CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../../include -I/usr/include/kerberosV +CFLAGS+= -DHAVE_CONFIG_H -DNO_NTLM -I${.CURDIR}/../../include -I/usr/include/kerberosV LIBHEIMIPCC= ${.OBJDIR}/../../lib/libheimipcc/libheimipcc.a LIBHEIMIPCS= ${.OBJDIR}/../../lib/libheimipcs/libheimipcs.a diff --git a/kerberosV/include/config.h b/kerberosV/include/config.h index 1e2a9272326..74be117c52b 100644 --- a/kerberosV/include/config.h +++ b/kerberosV/include/config.h @@ -1633,5 +1633,3 @@ struct sockaddr_in; #define LOGIN_PATH BINDIR "/login" #endif -/* Disable NTLM support */ -#define NO_NTLM 1 |