加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0008-Strip-build-date-from-version-string-to-enable-repro.patch 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
weidongkl 提交于 2021-02-18 17:57 . Initial package
From: Reiner Herrmann <reiner@reiner-h.de>
Date: Fri, 22 Dec 2017 10:40:03 +0800
Subject: Strip build date from version string to enable reproducible building
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 6f5542c..db0ba38 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,7 +110,7 @@ $(RPMSPEC) : $(RPMSPEC:.spec=.spec.tpl)
version.h : force
- echo '#define ZSSH_VERSION "' `cat VERSION` ', built' `date` '"' > version.h
+ echo '#define ZSSH_VERSION "' `cat VERSION` '"' > version.h
fun.h : $(SRC)
protos -o fun.h $(SRC)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化