]> git.pld-linux.org Git - packages/gnutls.git/blob - zstd.patch
up to 3.7.4 (new libgnutlsxx soname)
[packages/gnutls.git] / zstd.patch
1 --- gnutls-3.7.4/configure.ac.orig      2022-03-17 10:05:02.000000000 +0100
2 +++ gnutls-3.7.4/configure.ac   2022-03-18 10:25:53.449148726 +0100
3 @@ -1040,7 +1040,7 @@
4  if test x$ac_zstd != xno; then
5      AC_MSG_RESULT(yes)
6      PKG_CHECK_MODULES(LIBZSTD, [libzstd >= 1.3.0], [with_libzstd=yes], [with_libzstd=no])
7 -    if test "${with_libzstd}" = "yes" && test "${has_zstd_h}" = "yes"; then
8 +    if test "${with_libzstd}" = "yes"; then
9         AC_DEFINE([HAVE_LIBZSTD], 1, [Define if ZSTD compression is enabled.])
10         if test "x$GNUTLS_REQUIRES_PRIVATE" = "x"; then
11             GNUTLS_REQUIRES_PRIVATE="Requires.private: libzstd"
This page took 0.032282 seconds and 3 git commands to generate.