From: Hyunggi Lee Date: Mon, 24 Apr 2023 01:13:30 +0000 (+0900) Subject: resolve cyclic dependency with zstd X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fhglee%2Fdeps;p=platform%2Fupstream%2Fcmake.git resolve cyclic dependency with zstd Change-Id: I5eb289139291ed277c2d9fbb3b3c567af685c3c7 Signed-off-by: Hyunggi Lee --- diff --git a/packaging/cmake.spec b/packaging/cmake.spec index c8e4681..7fbdeb1 100644 --- a/packaging/cmake.spec +++ b/packaging/cmake.spec @@ -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