diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-16 11:25:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-16 11:29:36 -0700 |
commit | a7493cc7d18eb234f42c6d4c8c01ae1faaad1df9 (patch) | |
tree | 40de96ac49b19635648c0b5fbc277c274e3b610e /site | |
parent | 71283ce3305f0411924afa73e660e4aa1a9d6d6c (diff) |
mono-2.4.2.3: Fix compilation issues.
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
previously it was called cv_mono_sizeof_sunpath
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'site')
-rw-r--r-- | site/arm-common | 1 | ||||
-rw-r--r-- | site/ix86-common | 1 | ||||
-rw-r--r-- | site/mips-linux | 1 | ||||
-rw-r--r-- | site/mipsel-linux | 1 | ||||
-rw-r--r-- | site/sh-common | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/site/arm-common b/site/arm-common index 39eb30bec8..fd602bf3d6 100644 --- a/site/arm-common +++ b/site/arm-common @@ -134,6 +134,7 @@ ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes} # mono cv_mono_sizeof_sunpath=108 +mono_cv_sizeof_sunpath=108 # mysql mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no} diff --git a/site/ix86-common b/site/ix86-common index 3995e675ba..134890d6b2 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -155,6 +155,7 @@ with_broken_putenv=${with_broken_putenv=no} # mono cv_mono_sizeof_sunpath=108 +mono_cv_sizeof_sunpath=108 # mysql mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes} diff --git a/site/mips-linux b/site/mips-linux index 43f4aef0f7..e00c175392 100644 --- a/site/mips-linux +++ b/site/mips-linux @@ -111,5 +111,6 @@ ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} # mono cv_mono_sizeof_sunpath=108 +mono_cv_sizeof_sunpath=108 mono_cv_uscore=${mono_cv_uscore=no} diff --git a/site/mipsel-linux b/site/mipsel-linux index bf82d4ea6e..042e09a8f8 100644 --- a/site/mipsel-linux +++ b/site/mipsel-linux @@ -115,5 +115,6 @@ ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} # mono cv_mono_sizeof_sunpath=108 +mono_cv_sizeof_sunpath=108 mono_cv_uscore=${mono_cv_uscore=no} diff --git a/site/sh-common b/site/sh-common index 02ea89dad4..dd955d97d2 100644 --- a/site/sh-common +++ b/site/sh-common @@ -227,6 +227,7 @@ bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} # mono cv_mono_sizeof_sunpath=108 +mono_cv_sizeof_sunpath=108 # mysql mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no} |