[packages/clamav] - undefine llvm for x32 and properly for ac - rel 2

Elan Ruusamäe glen at pld-linux.org
Sun May 3 22:08:53 CEST 2015


On 03.05.2015 22:27, baggins wrote:
> -%if "%{pld_release}" == "ac"
> -%bcond_with	llvm		# LLVM support
> -%else
>   %bcond_without	llvm		# LLVM support
> +
> +%if "%{pld_release}" == "ac"
> +%undefine with_llvm
> +%endif
> +
these two are not the same!

previous version changed DEFAULT to be off, allowing you to build --with 
llvm
your version FORCES it always to be off, to build with bcond enabled on 
ac, you need to modify spec.

-- 
glen



More information about the pld-devel-en mailing list