Revert "packaging: add zstd compress support" 98/258798/2 accepted/tizen/unified/20210528.134723 submit/tizen/20210526.055457
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 26 May 2021 01:30:20 +0000 (10:30 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 26 May 2021 01:32:40 +0000 (10:32 +0900)
This reverts commit a62b5b70983225a86e7cd3c1f4280409683e1b72.

The zstd compress module support is not required at this point,
and it increases modprobe time a little bit. To reduce increased
time, do not use ztd compress support.

Change-Id: I18f35545c3ec7bfa52325266a5883cdd64ff7896
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/kmod.spec

index 5778e52..ea21ec1 100644 (file)
@@ -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"