From 3820e6ec4d7ff147cec4ed92d6d40c692637b038 Mon Sep 17 00:00:00 2001 From: kerongw Date: Fri, 4 Nov 2022 07:54:20 +0000 Subject: [PATCH] disable static library Signed-off-by: kerongw --- libX11.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libX11.spec b/libX11.spec index 48e37f3..6e153db 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,6 +1,6 @@ Name: libX11 Version: 1.8.1 -Release: 2 +Release: 3 Summary: Core X11 protocol client library License: MIT URL: http://www.x.org @@ -35,7 +35,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %build autoreconf -ivf -%configure --disable-silent-rules +%configure --disable-silent-rules --disable-static %make_build %install @@ -62,7 +62,6 @@ make %{?_smp_mflags} check %files devel %defattr(-,root,root) -%{_libdir}/*.a %{_libdir}/*.so %{_includedir}/X11/*.h %{_libdir}/pkgconfig/*.pc @@ -74,6 +73,9 @@ make %{?_smp_mflags} check %{_mandir}/*/* %changelog +* Fri Nov 04 2022 wangkerong - 1.8.1-3 +- disable static library + * Mon Oct 24 2022 zhouwenpei - 1.8.1-2 - fix CVE-2022-3554 -- Gitee