1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with libressl.

The new softpkcs11 test makes explicit OpenSSL calls which are
unsupported in LibreSSL. Remove this one test to allow krb5-118
to build with libressl.

PR:		244249
This commit is contained in:
Cy Schubert 2020-02-21 02:05:59 +00:00
parent 5fab6cc88b
commit a216520203
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526600

View File

@ -0,0 +1,11 @@
--- tests/Makefile.in.orig 2020-02-12 09:21:58.000000000 -0800
+++ tests/Makefile.in 2020-02-20 17:39:36.968297000 -0800
@@ -1,7 +1,7 @@
mydir=tests
BUILDTOP=$(REL)..
SUBDIRS = resolve asn.1 create hammer verify gssapi dejagnu shlib \
- gss-threads misc threads softpkcs11
+ gss-threads misc threads
RUN_DB_TEST = $(RUN_SETUP) KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf \
GSS_MECH_CONFIG=mech.conf LC_ALL=C $(VALGRIND)