expat: Disable shared libraries

This should ensure that GDB is linked using the static libexpat.a built
by the RSB.
This commit is contained in:
Sebastian Huber 2020-12-21 06:39:42 +01:00
parent 649beb430b
commit ea77e182d4

View File

@ -43,7 +43,8 @@ URL: http://expat.sourceforge.net/
--prefix=%{_prefix} --bindir=%{_bindir} \
--exec-prefix=%{_exec_prefix} \
--includedir=%{_includedir} --libdir=%{_libdir} \
--mandir=%{_mandir} --infodir=%{_infodir}
--mandir=%{_mandir} --infodir=%{_infodir} \
--disable-shared
%{__make} %{?_smp_mflags} all