!245 [sync] PR-240: cleancode: improve lwipopts.h readability
From: @openeuler-sync-bot Reviewed-by: @LemmyHuang Signed-off-by: @LemmyHuang
This commit is contained in:
commit
05a9c78b55
2252
0053-cleancode-improve-lwipopts.h-readability.patch
Normal file
2252
0053-cleancode-improve-lwipopts.h-readability.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
|||||||
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
||||||
Name: lwip
|
Name: lwip
|
||||||
Version: 2.1.3
|
Version: 2.1.3
|
||||||
Release: 43
|
Release: 44
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://savannah.nongnu.org/projects/lwip/
|
URL: http://savannah.nongnu.org/projects/lwip/
|
||||||
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
||||||
@ -64,6 +64,7 @@ Patch9048: 0049-expand-recv-mbox-size.patch
|
|||||||
Patch9049: 0050-lwip-reuse-ip-port.patch
|
Patch9049: 0050-lwip-reuse-ip-port.patch
|
||||||
Patch9050: 0051-lwip-add-need_tso_send.patch
|
Patch9050: 0051-lwip-add-need_tso_send.patch
|
||||||
Patch9051: 0052-lwip_fnctl-only-support-F_SETFL-F_GETFL.patch
|
Patch9051: 0052-lwip_fnctl-only-support-F_SETFL-F_GETFL.patch
|
||||||
|
Patch9052: 0053-cleancode-improve-lwipopts.h-readability.patch
|
||||||
|
|
||||||
BuildRequires: gcc-c++ dos2unix dpdk-devel
|
BuildRequires: gcc-c++ dos2unix dpdk-devel
|
||||||
|
|
||||||
@ -132,6 +133,7 @@ find %{_builddir}/%{name}-%{version} -type f -exec dos2unix -q {} \;
|
|||||||
%patch9049 -p1
|
%patch9049 -p1
|
||||||
%patch9050 -p1
|
%patch9050 -p1
|
||||||
%patch9051 -p1
|
%patch9051 -p1
|
||||||
|
%patch9052 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd %{_builddir}/%{name}-%{version}/src
|
cd %{_builddir}/%{name}-%{version}/src
|
||||||
@ -147,6 +149,9 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
%{_libdir}/liblwip.a
|
%{_libdir}/liblwip.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 9 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.3-44
|
||||||
|
- cleancode: improve lwipopts.h readability
|
||||||
|
|
||||||
* Tue Wed 22 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-43
|
* Tue Wed 22 2023 jiangheng <jiangheng14@huawei.com> - 2.1.3-43
|
||||||
- lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
|
- lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user