FS-6367 --resolve fix NetBSD so that it properly builds modules
This commit is contained in:
parent
05ced3b8c0
commit
fb41b0f66b
|
@ -1476,8 +1476,8 @@ if test "x${enable_zrtp}" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $host in
|
case $host in
|
||||||
*-openbsd*)
|
*-openbsd*|*-netbsd*)
|
||||||
# libtool won't link static libs against shared ones on OpenBSD unless we tell it not to be stupid
|
# 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])
|
AC_CONFIG_COMMANDS([hacklibtool], [cp libtool libtool.orig && sed -e "s/deplibs_check_method=.*/deplibs_check_method=pass_all/g" libtool.orig > libtool])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue