提交 fb41b0f6 authored 作者: Brian West's avatar Brian West

FS-6367 --resolve fix NetBSD so that it properly builds modules

上级 05ced3b8
......@@ -1476,8 +1476,8 @@ if test "x${enable_zrtp}" = "xyes"; then
fi
case $host in
*-openbsd*)
# libtool won't link static libs against shared ones on OpenBSD unless we tell it not to be stupid
*-openbsd*|*-netbsd*)
# libtool won't link static libs against shared ones on NetBSD/OpenBSD unless we tell it not to be stupid
AC_CONFIG_COMMANDS([hacklibtool], [cp libtool libtool.orig && sed -e "s/deplibs_check_method=.*/deplibs_check_method=pass_all/g" libtool.orig > libtool])
;;
esac
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论