support riscv

(cherry picked from commit 6ccfaa3d0f215e1bbeaf52c6cd0cbfe57e587588)
This commit is contained in:
shafeipaozi 2024-02-01 23:42:04 +08:00 committed by openeuler-sync-bot
parent f4e2e5b154
commit c26f17f2af

View File

@ -4,7 +4,7 @@
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
Name: lwip
Version: 2.1.3
Release: 115
Release: 116
License: BSD
URL: http://savannah.nongnu.org/projects/lwip/
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
@ -131,7 +131,7 @@ BuildRequires: gcc-c++ dos2unix dpdk-devel
#Requires:
ExclusiveArch: x86_64 aarch64 loongarch64 sw_64
ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 riscv64
%description
lwip is a small independent implementation of the TCP/IP protocol suite.
@ -155,6 +155,9 @@ cd %{_builddir}/%{name}-%{version}/src
%{_libdir}/liblwip.a
%changelog
* Fri Feb 2 2024 shafeipaozi <sunbo.oerv@isrc.iscas.ac.cn> - 2.1.3-116
- add support riscv
* Thu Feb 01 2024 yangchen <yangchen145@huawei.com> - 2.1.3-115
- support udp recv zero packets