mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
649beb430b
commit
ea77e182d4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user