From 6fccc65fc7627ef937d10548a7b18f4bb27443ad Mon Sep 17 00:00:00 2001 From: mom040267 Date: Wed, 18 Mar 2015 06:20:21 +0000 Subject: [PATCH] working on sctp --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index eb099ea..963f660 100755 --- a/configure +++ b/configure @@ -175,6 +175,7 @@ pthread_testlib() { if [ "${SYSTEM}" = "DragonFly" ] ; then OSLIBS="${OSLIBS} -pthread" + TURN_NO_SCTP=1 fi ISBSD=`uname | grep -i bsd`