]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
working cross configure for arm gnueabi
authorMichael Jerris <mike@jerris.com>
Mon, 31 Mar 2014 14:34:46 +0000 (10:34 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 31 Mar 2014 14:34:46 +0000 (10:34 -0400)
configure.ac

index 0d7c360fab775e1d325c335660fc216413481f6a..f4f993a20f074f4d2a25bb9ea29d8ee5c0c28006 100644 (file)
@@ -225,20 +225,24 @@ if test "x${cross_compiling}" = "xyes"; then
         arm*-linux-gnueabi*|arm*-*-linux-gnueabi*)
                # spandsp modem
                ac_cv_file__dev_ptmx=yes
+               # libjs
+               export ac_cv_va_copy=yes
                # srtp
-               ac_cv_file__dev_urandom=yes
+               export ac_cv_file__dev_urandom=yes
                # rpl_malloc
-               ac_cv_func_realloc_0_nonnull=yes
-               ac_cv_func_malloc_0_nonnull=yes
+               export ac_cv_func_realloc_0_nonnull=yes
+               export ac_cv_func_malloc_0_nonnull=yes
                # apr
-               ac_cv_func_setpgrp_void=yes
-               ac_cv_file__dev_zero=yes
-               apr_cv_tcp_nodelay_with_cork=yes
-               ac_cv_file_dbd_apr_dbd_mysql_c=no
-               ac_cv_sizeof_ssize_t=4
-               apr_cv_mutex_recursive=yes
-               ac_cv_func_pthread_rwlock_init=yes
-               apr_cv_type_rwlock_t=yes
+               export ac_cv_func_setpgrp_void=yes
+               export ac_cv_file__dev_zero=yes
+               export apr_cv_tcp_nodelay_with_cork=yes
+               export ac_cv_file_dbd_apr_dbd_mysql_c=no
+               export ac_cv_sizeof_ssize_t=4
+               export apr_cv_mutex_recursive=yes
+               export ac_cv_func_pthread_rwlock_init=yes
+               export apr_cv_type_rwlock_t=yes
+               export apr_cv_process_shared_works=yes
+               export apr_cv_mutex_robust_shared=yes
         ;;
     esac
 else