From fb41b0f66b1d4013e6e24b70b09f03a82ea79d07 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 17 Mar 2014 18:12:03 -0500 Subject: [PATCH] FS-6367 --resolve fix NetBSD so that it properly builds modules --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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