From 61a414083c5f469ff3a7af9028a04776060cea96 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 1 Jul 2011 06:42:39 +0000 Subject: [PATCH] - added bcond for llvm Changed files: clamav.spec -> 1.293 --- clamav.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clamav.spec b/clamav.spec index 648aa3e..ac174fe 100644 --- a/clamav.spec +++ b/clamav.spec @@ -4,6 +4,7 @@ # # Conditional build: %bcond_without milter # build without milter subpackage +%bcond_without llvm # build without llvm support (Ac) Summary: An anti-virus utility for Unix Summary(pl.UTF-8): Narzędzie antywirusowe dla Uniksów @@ -34,7 +35,7 @@ BuildRequires: libltdl-devel %{?with_milter:BuildRequires: libmilter-devel} BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: llvm-devel +%{?with_llvm:BuildRequires: llvm-devel} %{?with_milter:BuildRequires: libwrap-devel} BuildRequires: ncurses-devel BuildRequires: rpmbuild(macros) >= 1.514 -- 2.43.0