加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-fix-build-error-for-loongarch64.patch 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangwenlong01 提交于 2023-05-19 15:14 . fix build error for loongarch64
From a082da6b4a09a6ba18c9016ff65da888a7e100ec Mon Sep 17 00:00:00 2001
From: Wenlong Zhang <zhangwenlong@loongson.cn>
Date: Fri, 19 May 2023 07:07:56 +0000
Subject: [PATCH] fix build error for loongarch64
---
rebar.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/rebar.config b/rebar.config
index 47c1534..cf97e5b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1 +1,2 @@
{post_hooks, [{compile, "sed -i -e \"s,%VSN%,${VSN},g\" ebin/erlsyslog.app"}]}.
+{port_env, [{"DRV_LDFLAGS", "-shared -L/usr/lib64/erlang/lib/erl_interface-4.0.3.1/lib -lei"}]}.
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化