]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 2209d1f651c86d1b5a5b5eac73b09fc7a12851de..8d73267790f8fc096bd633f9edf1f5044073fee1 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