提交 b5b8a6db 编写于 作者: M Matthias Bolte

Fix pthread related link error for virt-aa-helper

Link virt-aa-helper explicitly with pthread. This is at least
required on Ubuntu 10.04.
上级 ea8d236b
无相关合并请求
...@@ -1002,7 +1002,7 @@ libexec_PROGRAMS += virt-aa-helper ...@@ -1002,7 +1002,7 @@ libexec_PROGRAMS += virt-aa-helper
virt_aa_helper_SOURCES = $(SECURITY_DRIVER_APPARMOR_HELPER_SOURCES) virt_aa_helper_SOURCES = $(SECURITY_DRIVER_APPARMOR_HELPER_SOURCES)
virt_aa_helper_LDFLAGS = $(WARN_CFLAGS) virt_aa_helper_LDFLAGS = $(WARN_CFLAGS) $(LIB_PTHREAD)
virt_aa_helper_LDADD = \ virt_aa_helper_LDADD = \
$(WARN_CFLAGS) \ $(WARN_CFLAGS) \
$(LIBXML_LIBS) \ $(LIBXML_LIBS) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部