1 Star 0 Fork 27

武积超/syscontainer-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0011-static-compilation-for-cross-version-use.patch 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 8de2df7665017e851b319056170dc367edf2b017 Mon Sep 17 00:00:00 2001
From: yangjiaqi <[email protected]>
Date: Fri, 10 May 2024 15:28:22 +0800
Subject: [PATCH] static compilation for cross-version use
Signed-off-by: vegbir <[email protected]>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c750d94..d3b3af3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ VERSION := $(shell cat ./VERSION)
BEP_DIR=/tmp/syscontainer-tools-build-bep
BEP_FLAGS=-tmpdir=/tmp/syscontainer-tools-build-bep
-GO_LDFLAGS="-buildid=IdByiSula $(BEP_FLAGS) -linkmode=external -extldflags=-static -extldflags=-Wl,-z,relro,-z,now -X main.gitCommit=${COMMIT} -X main.version=${VERSION}"
+GO_LDFLAGS='-buildid=IdByiSula $(BEP_FLAGS) -linkmode=external -extldflags "-static-pie -Wl,-z,relro,-z,now" -X main.gitCommit=${COMMIT} -X main.version=${VERSION}'
ENV = GOPATH=${GOPATH} \
CGO_ENABLED=1 \
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu-jichao123/syscontainer-tools.git
[email protected]:wu-jichao123/syscontainer-tools.git
wu-jichao123
syscontainer-tools
syscontainer-tools
master

搜索帮助