From: Michael Andres Date: Thu, 6 Oct 2011 14:55:39 +0000 (+0200) Subject: Build static per default. X-Git-Tag: BASE-SuSE-Code-12_1-Branch~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31516374d1d851d6eb366aa9f10f11b0395fa3ef;p=thirdparty%2Flibsolv.git Build static per default. --- 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