diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-05-09 22:22:14 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-05-09 22:29:55 -0700 |
commit | 515552b2d2664dc02c2385519a7fedb855f46632 (patch) | |
tree | 23b797096dea9308b9276a66771f1e0039a273fc /UPDATING | |
parent | 3f46415eb3ff22ed102942a78970fc80152962fd (diff) | |
download | freebsd-ports-515552b2d2664dc02c2385519a7fedb855f46632.zip |
net/nss_ldap: Fix LLVM15 build
./configure's test for Heimdal results in,
conftest.c:47:12: error: incompatible pointer to integer conversion initializing
'const char' with an expression of type 'const char *'; dereference with * [-Wi
nt-conversion]
const char hv = heimdal_version;
^ ~~~~~~~~~~~~~~~
*
This causes ./configure to erroneously assume 14-CURRENT uses MIT instead
of Heimdal, resulting in a subsequent build failure because MIT's
<profile.h> cannot be found.
MFH: 2023Q3
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions