168 Star 0 Fork 8

src-openEuler/wsmancli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
missing-pthread-symbols.patch 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiaxiya 提交于 2019-12-03 14:12 . init commit
diff -up wsmancli-2.3.1/examples/cpp/Makefile.am.orig wsmancli-2.3.1/examples/cpp/Makefile.am
--- wsmancli-2.3.1/examples/cpp/Makefile.am.orig 2014-02-26 12:09:41.686906501 +0100
+++ wsmancli-2.3.1/examples/cpp/Makefile.am 2014-02-26 12:10:09.731982919 +0100
@@ -1,6 +1,6 @@
LDADD = \
- $(OPENWSMAN_LIBS) -lwsman_clientpp
+ $(OPENWSMAN_LIBS) -lpthread -lwsman_clientpp
CXXFLAGS = \
$(OPENWSMAN_CFLAGS)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/wsmancli.git
[email protected]:src-openeuler/wsmancli.git
src-openeuler
wsmancli
wsmancli
master

搜索帮助