!243 [sync] PR-242: cleancode: improve lwipopts.h readability
From: @openeuler-sync-bot Reviewed-by: @LemmyHuang Signed-off-by: @LemmyHuang
This commit is contained in:
commit
8cc3ee714d
2243
0052-cleancode-improve-lwipopts.h-readability.patch
Normal file
2243
0052-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
|
||||
Name: lwip
|
||||
Version: 2.1.2
|
||||
Release: 31
|
||||
Release: 32
|
||||
License: BSD
|
||||
URL: http://savannah.nongnu.org/projects/lwip/
|
||||
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
||||
@ -64,6 +64,7 @@ Patch9047: 0048-expand-recv-mbox-size.patch
|
||||
Patch9048: 0049-lwip-reuse-ip-port.patch
|
||||
Patch9049: 0050-lwip-add-need_tso_send.patch
|
||||
Patch9050: 0051-lwip_fnctl-only-support-F_SETFL-F_GETFL.patch
|
||||
Patch9051: 0052-cleancode-improve-lwipopts.h-readability.patch
|
||||
|
||||
BuildRequires: gcc-c++ dos2unix dpdk-devel
|
||||
|
||||
@ -132,6 +133,7 @@ find %{_builddir}/%{name}-%{version} -type f -exec dos2unix -q {} \;
|
||||
%patch9048 -p1
|
||||
%patch9049 -p1
|
||||
%patch9050 -p1
|
||||
%patch9051 -p1
|
||||
|
||||
%build
|
||||
cd %{_builddir}/%{name}-%{version}/src
|
||||
@ -147,6 +149,9 @@ cd %{_builddir}/%{name}-%{version}/src
|
||||
%{_libdir}/liblwip.a
|
||||
|
||||
%changelog
|
||||
* Thu Mar 9 2023 Lemmy Huang <huangliming5@huawei.com> - 2.1.2-32
|
||||
- cleancode: improve lwipopts.h readability
|
||||
|
||||
* Tue Wed 22 2023 jiangheng <jiangheng14@huawei.com> - 2.1.2-31
|
||||
- lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user