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

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to