revent disable static library
(cherry picked from commit 92202efb3f6492e0ec4b7171cc5f64f178bd5b72)
This commit is contained in:
parent
8ae56e9d35
commit
fe698ae8fe
@ -1,6 +1,6 @@
|
||||
Name: libX11
|
||||
Version: 1.7.2
|
||||
Release: 8
|
||||
Release: 9
|
||||
Summary: Core X11 protocol client library
|
||||
License: MIT
|
||||
URL: http://www.x.org
|
||||
@ -45,7 +45,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
%configure --disable-silent-rules --disable-static
|
||||
%configure --disable-silent-rules
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -72,6 +72,7 @@ make %{?_smp_mflags} check
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/X11/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
@ -83,6 +84,9 @@ make %{?_smp_mflags} check
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 05 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 1.7.2-9
|
||||
- revent "disable static library"
|
||||
|
||||
* Wed Oct 04 2023 Funda Wang <fundawang@yeah.net> - 1.7.2-8
|
||||
- Fix CVE-2023-43785, CVE-2023-43786, CVE-2023-43787
|
||||
- Merge sw64 patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user