git: cb2f2faa6dbd - main - kerberos5: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 17:52:05 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=cb2f2faa6dbd39ac97f6db540dfa8326f6c4ecca
commit cb2f2faa6dbd39ac97f6db540dfa8326f6c4ecca
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2023-07-09 17:49:21 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2023-07-09 17:49:21 +0000
kerberos5: Migrate from COMPAT_32BIT to generic COMPAT_LIBCOMPAT
See commit 8fad2cda93c7 ("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.
Reviewed by: emaste, imp, brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40926
---
kerberos5/Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc
index 0d52313977ce..9d86711940ce 100644
--- a/kerberos5/Makefile.inc
+++ b/kerberos5/Makefile.inc
@@ -11,7 +11,7 @@ CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR:H:H}/include
WARNS?= 1
CWARNFLAGS.clang+= -Wno-absolute-value
-.if ${MK_OPENLDAP} != "no" && !defined(COMPAT_32BIT)
+.if ${MK_OPENLDAP} != "no" && !defined(COMPAT_LIBCOMPAT)
OPENLDAPBASE?= /usr/local
LDAPLDADD= -lldap -llber
LDAPDPADD= ${LDAPLDADD:C;^-l(.*)$;${OPENLDAPBASE}/lib/lib\1.a;}