!64 revent disable static library
From: @zhouwenpei Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
7d11bec62c
10
libX11.spec
10
libX11.spec
@ -1,6 +1,6 @@
|
||||
Name: libX11
|
||||
Version: 1.8.7
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Core X11 protocol client library
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
@ -36,9 +36,9 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%if 0%{?build_cross} == 1
|
||||
%configure --disable-silent-rules --enable-malloc0returnsnull --disable-static
|
||||
%configure --disable-silent-rules --enable-malloc0returnsnull
|
||||
%else
|
||||
%configure --disable-silent-rules --disable-static
|
||||
%configure --disable-silent-rules
|
||||
%endif
|
||||
%make_build
|
||||
|
||||
@ -66,6 +66,7 @@ make %{?_smp_mflags} check
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/X11/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -77,6 +78,9 @@ make %{?_smp_mflags} check
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 05 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 1.8.7-2
|
||||
- revent "disable static library"
|
||||
|
||||
* Wed Oct 04 2023 Funda Wang <fundawang@yeah.net> - 1.8.7-1
|
||||
- update to 1.8.7
|
||||
- merge sw64 patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user