fix compile failure
This commit is contained in:
parent
63617d89f0
commit
3cbda7fde4
@ -1,6 +1,6 @@
|
|||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.7.2
|
Version: 3.7.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The GNU Secure Communication Protocol Library
|
Summary: The GNU Secure Communication Protocol Library
|
||||||
|
|
||||||
License: LGPLv2.1+ and GPLv3+
|
License: LGPLv2.1+ and GPLv3+
|
||||||
@ -19,7 +19,7 @@ BuildRequires: libtasn1-devel, libtool, automake, autoconf, texinfo
|
|||||||
BuildRequires: autogen-libopts-devel, gperf, gnupg2, gcc, gcc-c++
|
BuildRequires: autogen-libopts-devel, gperf, gnupg2, gcc, gcc-c++
|
||||||
BuildRequires: nettle-devel, trousers-devel, libidn2-devel
|
BuildRequires: nettle-devel, trousers-devel, libidn2-devel
|
||||||
BuildRequires: libunistring-devel, net-tools, softhsm
|
BuildRequires: libunistring-devel, net-tools, softhsm
|
||||||
BuildRequires: p11-kit-trust, ca-certificates
|
BuildRequires: p11-kit-trust, ca-certificates,gtk-doc,perl
|
||||||
%if %{with fips}
|
%if %{with fips}
|
||||||
BuildRequires: fipscheck
|
BuildRequires: fipscheck
|
||||||
%endif
|
%endif
|
||||||
@ -79,7 +79,7 @@ sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spe
|
|||||||
rm -f lib/minitasn1/*.c lib/minitasn1/*.h
|
rm -f lib/minitasn1/*.c lib/minitasn1/*.h
|
||||||
rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h
|
rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h
|
||||||
|
|
||||||
autoreconf
|
autoreconf -fi
|
||||||
|
|
||||||
echo "SYSTEM=NORMAL" >> tests/system.prio
|
echo "SYSTEM=NORMAL" >> tests/system.prio
|
||||||
|
|
||||||
@ -199,6 +199,9 @@ make check %{?_smp_mflags}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2022 shangyibin <shangyibin1@h-partners.com> - 3.37.2-2
|
||||||
|
- fix compile failure
|
||||||
|
|
||||||
* Fri Sep 17 2021 wuchaochao <wuchaochao4@huawei.com> - 3.7.2-1
|
* Fri Sep 17 2021 wuchaochao <wuchaochao4@huawei.com> - 3.7.2-1
|
||||||
- update package version to 3.7.2 and remove BuildRequires autogen
|
- update package version to 3.7.2 and remove BuildRequires autogen
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user