]> git.pld-linux.org Git - packages/megacmd.git/commitdiff
do not depend on cppcheck
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Nov 2018 14:22:22 +0000 (16:22 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Nov 2018 14:22:22 +0000 (16:22 +0200)
not actually used by build

see also
- https://github.com/meganz/sdk/pull/1287

megacmd.spec

index 5ed3b8cad4ca32b49608ece90f370a7049e3ece0..ccef1979aa978f7587333f22a86fe0c96866e7b4 100644 (file)
@@ -20,7 +20,6 @@ BuildRequires:        FreeImage-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: c-ares-devel
-BuildRequires: cppcheck
 BuildRequires: cryptopp-devel
 BuildRequires: ffmpeg-devel
 %{?with_fuse:BuildRequires:    libfuse-devel}
@@ -80,6 +79,7 @@ mv sdk-*/* sdk
 %build
 autoreconf -vif
 %configure \
+       ac_cv_prog_HAVE_CPPCHECK=/usr/bin/cppcheck \
        %{__with_without fuse} \
        %{__with_without libmediainfo} \
        --disable-silent-rules
This page took 0.031854 seconds and 4 git commands to generate.