mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user