diff options
-rw-r--r-- | packaging/kmod.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/kmod.spec b/packaging/kmod.spec index 5778e52..ea21ec1 100644 --- a/packaging/kmod.spec +++ b/packaging/kmod.spec @@ -16,7 +16,6 @@ BuildRequires: pkgconfig >= 0.21 BuildRequires: xz BuildRequires: pkgconfig(liblzma) >= 4.99 BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libzstd) %description kmod is a set of tools to handle common tasks with Linux kernel @@ -74,7 +73,6 @@ cp %{SOURCE1001} . --with-xz \ --disable-manpages \ --with-zlib \ - --with-zstd \ --with-rootlibdir=%{_libdir} \ --bindir=%{_bindir} %__make %{?_smp_mflags} CFLAGS+=" -fPIE -Wno-maybe-uninitialized" LDFLAGS+=" -pie" |