forked from pool/gnutls
e295d5946a
- Correctly detect gmp, nettle, and hogweed libraries (bsc#1172666) * add gnutls-detect_nettle_so.patch * add gnutls-temporarily_disable_broken_guile_reauth_test.patch OBS-URL: https://build.opensuse.org/request/show/821490 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=37
14 lines
668 B
Diff
14 lines
668 B
Diff
Index: gnutls-3.6.14/guile/Makefile.in
|
|
===================================================================
|
|
--- gnutls-3.6.14.orig/guile/Makefile.in 2020-06-03 15:05:54.000000000 +0200
|
|
+++ gnutls-3.6.14/guile/Makefile.in 2020-06-09 09:03:17.267773380 +0200
|
|
@@ -1850,7 +1850,7 @@ CLEANFILES = modules/gnutls.scm $(am__ap
|
|
TESTS = tests/anonymous-auth.scm tests/session-record-port.scm \
|
|
tests/pkcs-import-export.scm tests/errors.scm \
|
|
tests/x509-certificates.scm tests/x509-auth.scm \
|
|
- tests/reauth.scm tests/priorities.scm $(am__append_2)
|
|
+ tests/priorities.scm $(am__append_2)
|
|
TESTS_ENVIRONMENT = \
|
|
GUILE_AUTO_COMPILE=0 \
|
|
GUILE_WARN_DEPRECATED=detailed
|