mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +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:
parent
5fab6cc88b
commit
a216520203
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526600
11
security/krb5-118/files/patch-tests_Makefile.in
Normal file
11
security/krb5-118/files/patch-tests_Makefile.in
Normal 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)
|
Loading…
Reference in New Issue
Block a user