From 9b19b47799aa0a1d0df9c79be600bcf3f8112142 Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Sat, 25 Mar 2023 03:20:42 +0000 Subject: [PATCH] disable doxygen during configure (cherry picked from commit 95eb9c0a4a2708172dd42656d90e2c1e3521f070) --- libmnl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libmnl.spec b/libmnl.spec index 0a18359..6be70df 100644 --- a/libmnl.spec +++ b/libmnl.spec @@ -1,6 +1,6 @@ Name:libmnl Version: 1.0.5 -Release: 1 +Release: 2 License: LGPL-2.1-or-later BuildRequires: gcc URL: https://netfilter.org/projects/libmnl @@ -28,7 +28,7 @@ The devel package provide header files and dynamic libraries for libmnl. %setup -q %build -%configure --enable-static +%configure --enable-static --with-doxygen=no make CFLAGS="%{optflags}" %{?_smp_mflags} %install @@ -55,6 +55,12 @@ mv examples examples-%{_arch} %{_libdir}/pkgconfig/*.pc %changelog +* Sat Mar 25 2023 zhouyihang - 1.0.5-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:disable doxygen during configure + * Fri Nov 04 2022 zhouyihang - 1.0.5-1 - Type:requirements - ID:NA -- Gitee