From 31516374d1d851d6eb366aa9f10f11b0395fa3ef Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 6 Oct 2011 16:55:39 +0200 Subject: [PATCH] Build static per default. --- package/libsolv.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 2209d1f6..8d732677 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -8,8 +8,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Development/Libraries/C and C++ Prefix: /usr -%bcond_with enable_static -%bcond_with disable_shared +%bcond_without enable_static +%bcond_without disable_shared %bcond_without perl_binding %bcond_without python_binding %bcond_without ruby_binding -- 2.47.2