diff options
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.8.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb index e6b9a527a6..1e0f1f6912 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.0.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.0.bb | |||
@@ -41,6 +41,10 @@ PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" | |||
41 | PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" | 41 | PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" |
42 | PACKAGECONFIG[fips] = "--enable-fips140-mode --with-libdl-prefix=${STAGING_BASELIBDIR}" | 42 | PACKAGECONFIG[fips] = "--enable-fips140-mode --with-libdl-prefix=${STAGING_BASELIBDIR}" |
43 | PACKAGECONFIG[dane] = "--enable-libdane,--disable-libdane,unbound" | 43 | PACKAGECONFIG[dane] = "--enable-libdane,--disable-libdane,unbound" |
44 | # Certificate compression | ||
45 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" | ||
46 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | ||
47 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | ||
44 | 48 | ||
45 | EXTRA_OECONF = " \ | 49 | EXTRA_OECONF = " \ |
46 | --enable-doc \ | 50 | --enable-doc \ |