Commit 39d52131 authored by Vitaly Lipatov's avatar Vitaly Lipatov

disable static, force remove *.la

parent 33fda8a0
......@@ -87,7 +87,7 @@ Libraries needed to develop for uniset extensions
%if_enabled doc
%configure
%else
%configure --disable-docs
%configure --disable-docs --disable-static
%endif
# Hack to make IDL first
......@@ -96,6 +96,7 @@ Libraries needed to develop for uniset extensions
%install
%makeinstall_std
rm -f %buildroot%_libdir/*.la
%files utils
%_bindir/%oname-admin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment