]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6367 --resolve fix NetBSD so that it properly builds modules
authorBrian West <brian@freeswitch.org>
Mon, 17 Mar 2014 23:12:03 +0000 (18:12 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 17 Mar 2014 23:12:08 +0000 (18:12 -0500)
configure.ac

index 91ce05d618afaef9e8256f05548b1b3ec3c7af2a..b269597d546ecab3ae2ddc4342c4a9db07454f28 100644 (file)
@@ -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