]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try to make freebsd clang build move along a bit
authorMichael Jerris <mike@jerris.com>
Wed, 19 Feb 2014 18:49:31 +0000 (13:49 -0500)
committerMichael Jerris <mike@jerris.com>
Wed, 19 Feb 2014 18:49:31 +0000 (13:49 -0500)
configure.in

index 8be6a4662206c8942ea4f29dba4aa77a9487ff40..495f7fd1191da8a2ee82f17701ec95174e9eadfd 100644 (file)
@@ -178,7 +178,7 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xclang" ; then
             SOLINK="-dynamic -force-flat-namespace"
         ;;
         *)
-            AC_ERROR([Please update configure.in with SOLINK values for your compiler])
+            SOLINK="-shared -Xlinker -x"
         ;;
 
     esac