logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 18f9e581c40adb91c97f031db4a760e136095698
parent b53042bf1c7b26211bdf76c601789c6b9e626b3c
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 12 Mar 2024 10:15:20 -0700

libpciaccess: Disable zlib support

This was accidentally enabled in dd491a60. We don't install pci.ids
compressed with gzip, so this is unneeded.

Reported by @cytokine-storm666.

Diffstat:

Mpkg/libpciaccess/README.md2+-
Mpkg/libpciaccess/config.h1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkg/libpciaccess/README.md b/pkg/libpciaccess/README.md @@ -3,4 +3,4 @@ ## config.h Generated with - meson setup --prefix / build + meson setup --prefix / -Dzlib=disabled build diff --git a/pkg/libpciaccess/config.h b/pkg/libpciaccess/config.h @@ -4,5 +4,4 @@ #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 -#define HAVE_ZLIB 1 #define PCIIDS_PATH "/share/hwdata"