Skip to content

Commit

Permalink
Disable some more libarchive components
Browse files Browse the repository at this point in the history
Added build flags:

--disable-bsdunzip: Disable build of bsdunzip
--without-libb2: Don't build support for BLAKE2 through libb2
--without-cng: Don't build support of CNG(Crypto Next Generation)
--without-mbedtls: Build without crypto support from mbed TLS
  • Loading branch information
guihkx committed Aug 23, 2024
1 parent 8b49ec9 commit 7c91420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.freedesktop.Platform.GL.nvidia.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"config-opts": [ "--disable-shared", "--enable-static", "--disable-xattr", "--disable-acl",
"--without-bz2lib", "--without-iconv", "--without-lz4", "--without-lzo2", "--without-nettle",
"--without-openssl", "--without-xml2", "--without-expat", "--disable-bsdcat", "--disable-bsdcpio",
"--disable-bsdtar"
"--disable-bsdtar", "--disable-bsdunzip", "--without-libb2", "--without-cng", "--without-mbedtls"
],
"sources": [
{
Expand Down

0 comments on commit 7c91420

Please sign in to comment.