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

This commit is contained in:
Brian West 2014-03-17 18:12:03 -05:00
parent 05ced3b8c0
commit fb41b0f66b
1 changed files with 2 additions and 2 deletions

View File

@ -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