Add sw_64 support
Signed-off-by: suwei <suwei@kylinsec.com.cn> (cherry picked from commit 8b84bcc42b0987cf655ce856d80277061b6f0a71)
This commit is contained in:
parent
0d4b588765
commit
534b7a88c9
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: libnetwork
|
Name: libnetwork
|
||||||
Version: 0.8.0.dev.2
|
Version: 0.8.0.dev.2
|
||||||
Release: 103
|
Release: 104
|
||||||
Summary: Proxy used for docker port mapping
|
Summary: Proxy used for docker port mapping
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
URL: https://github.com/docker/libnetwork
|
URL: https://github.com/docker/libnetwork
|
||||||
@ -29,7 +29,13 @@ CGO_CFLAGS="-fstack-protector-strong -fPIE" \
|
|||||||
CGO_CPPFLAGS="-fstack-protector-strong -fPIE" \
|
CGO_CPPFLAGS="-fstack-protector-strong -fPIE" \
|
||||||
CGO_LDFLAGS_ALLOW='-Wl,-z,relro,-z,now' \
|
CGO_LDFLAGS_ALLOW='-Wl,-z,relro,-z,now' \
|
||||||
CGO_LDFLAGS="-Wl,-z,relro,-z,now -Wl,-z,noexecstack" \
|
CGO_LDFLAGS="-Wl,-z,relro,-z,now -Wl,-z,noexecstack" \
|
||||||
go build -buildmode=pie -ldflags="-linkmode=external -s -w -buildid=IdByIsula -extldflags=-zrelro -extldflags=-znow " -o docker-proxy ./cmd/proxy
|
go build \
|
||||||
|
%ifarch sw_64
|
||||||
|
-buildmode=exe \
|
||||||
|
%else
|
||||||
|
-buildmode=pie \
|
||||||
|
%endif
|
||||||
|
-ldflags="-linkmode=external -s -w -buildid=IdByIsula -extldflags=-zrelro -extldflags=-znow " -o docker-proxy ./cmd/proxy
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d $RPM_BUILD_ROOT/%{_bindir}
|
install -d $RPM_BUILD_ROOT/%{_bindir}
|
||||||
@ -42,6 +48,12 @@ install -p -m 755 libnetwork-d00ceed44cc447c77f25cdf5d59e83163bdcb4c9/docker-pro
|
|||||||
%{_bindir}/docker-proxy
|
%{_bindir}/docker-proxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 14 2023 suwei <suwei@kylinsec.com.cn> - 0.8.0.dev.2-104
|
||||||
|
- Type:enhencement
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add sw_64 support
|
||||||
|
|
||||||
* Mon Jan 10 2022 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-103
|
* Mon Jan 10 2022 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-103
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user