summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2011-10-06 16:55:39 +0200
committerMichael Andres <ma@suse.de>2011-10-06 16:55:39 +0200
commit31516374d1d851d6eb366aa9f10f11b0395fa3ef (patch)
tree0e063fa6cff6c80cf3958ae5a0bf5439b9c29122 /package
parent1fc11eb24407b0b5d4417cde1c43c5c22282dcbc (diff)
downloadlibsolv-31516374d1d851d6eb366aa9f10f11b0395fa3ef.tar.gz
libsolv-31516374d1d851d6eb366aa9f10f11b0395fa3ef.tar.bz2
libsolv-31516374d1d851d6eb366aa9f10f11b0395fa3ef.zip
Build static per default.
Diffstat (limited to 'package')
-rw-r--r--package/libsolv.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in
index 2209d1f..8d73267 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