Build static per default.
authorMichael Andres <ma@suse.de>
Thu, 6 Oct 2011 14:55:39 +0000 (16:55 +0200)
committerMichael Andres <ma@suse.de>
Thu, 6 Oct 2011 14:55:39 +0000 (16:55 +0200)
package/libsolv.spec.in

index 2209d1f..8d73267 100644 (file)
@@ -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