resolve cyclic dependency with zstd sandbox/hglee/deps
authorHyunggi Lee <hyunggi.lee@samsung.com>
Mon, 24 Apr 2023 01:13:30 +0000 (10:13 +0900)
committerHyunggi Lee <hyunggi.lee@samsung.com>
Mon, 24 Apr 2023 01:13:30 +0000 (10:13 +0900)
Change-Id: I5eb289139291ed277c2d9fbb3b3c567af685c3c7
Signed-off-by: Hyunggi Lee <hyunggi.lee@samsung.com>
packaging/cmake.spec

index c8e4681..7fbdeb1 100644 (file)
@@ -16,7 +16,6 @@ BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(zlib)
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(liblzma)
-BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(openssl1.1)
 
@@ -48,7 +47,8 @@ export CFLAGS="$CXXFLAGS"
     --no-system-librhash \
     --no-system-nghttp2 \
     --no-system-jsoncpp \
-    --no-system-libuv
+    --no-system-libuv \
+    --no-system-zstd
 %__make VERBOSE=1 %{?_smp_mflags}
 
 %install