From: Brian West Date: Mon, 17 Mar 2014 23:12:03 +0000 (-0500) Subject: FS-6367 --resolve fix NetBSD so that it properly builds modules X-Git-Tag: v1.5.11~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb41b0f66b1d4013e6e24b70b09f03a82ea79d07;p=thirdparty%2Ffreeswitch.git FS-6367 --resolve fix NetBSD so that it properly builds modules --- diff --git a/configure.ac b/configure.ac index 91ce05d618..b269597d54 100644 --- a/configure.ac +++ b/configure.ac @@ -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