1 Star 0 Fork 6

shirely/ORBit2

forked from src-openEuler/ORBit2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0016-bug-732274-fix-parallel-build-failure.patch 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-12-25 16:00 . Package init
From c67303ecfdf80072a2852433c7f7818113e61c06 Mon Sep 17 00:00:00 2001
From: Michael Haubenwallner <[email protected]>
Date: Thu, 26 Jun 2014 12:37:59 +0200
Subject: [PATCH 16/18] bug#732274: fix parallel build failure
---
src/services/name/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/services/name/Makefile.am b/src/services/name/Makefile.am
index deda1ed..8cf868e 100644
--- a/src/services/name/Makefile.am
+++ b/src/services/name/Makefile.am
@@ -68,7 +68,7 @@ libname_server_2_a_DEPENDENCIES = $(DEPS) CosNaming.h
orbit_name_server_2_SOURCES = boot.c
orbit_name_server_2_LDFLAGS = $(FLAGS)
-orbit_name_server_2_DEPENDENCIES = $(DEPS) CosNaming.h
+orbit_name_server_2_DEPENDENCIES = $(DEPS) CosNaming.h libname-server-2.a
orbit_name_server_2_LDADD = libname-server-2.a $(LDADDS)
$(libname_server_2_a_OBJECTS) $(name_client_2_OBJECTS) $(orbit_name_server_2_OBJECTS) : CosNaming.h
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shirely16/ORBit2.git
[email protected]:shirely16/ORBit2.git
shirely16
ORBit2
ORBit2
master

搜索帮助