diff options
author | Henryk Ploetz <henryk@openmoko.org> | 2007-10-13 22:46:30 +0000 |
---|---|---|
committer | Henryk Ploetz <henryk@openmoko.org> | 2007-10-13 22:46:30 +0000 |
commit | 6ab2767ae321ad4f2f5891a7e359fd7273845bd5 (patch) | |
tree | 24f9432d2cc9285640e1b59f9d33dfdaa3654ddc /packages/mono/files/configure-svnr87352.patch | |
parent | 3bb8f9a5da07ce63ae12b67ab57b695738e1363f (diff) |
mono: add recipe for building from svn
* new svn recipes for mono-mcs-intermediate and mono (disabled with DEFAULT_PREFERENCE="-1"
* common mono-mcs-intermediate recipe code moved to include file
Diffstat (limited to 'packages/mono/files/configure-svnr87352.patch')
-rw-r--r-- | packages/mono/files/configure-svnr87352.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/mono/files/configure-svnr87352.patch b/packages/mono/files/configure-svnr87352.patch new file mode 100644 index 0000000000..021554f35e --- /dev/null +++ b/packages/mono/files/configure-svnr87352.patch @@ -0,0 +1,21 @@ +--- mono/configure.in.orig 2007-10-11 21:05:59.000000000 +0200 ++++ mono/configure.in 2007-10-11 23:44:23.000000000 +0200 +@@ -1148,6 +1148,8 @@ + ], [ + AC_MSG_RESULT(no) + with_tls=pthread ++ ], [ ++ AC_MSG_RESULT(yes) + ]) + fi + +@@ -1250,6 +1252,9 @@ + ], [ + with_sigaltstack=no + AC_MSG_RESULT(no) ++ ], [ ++ AC_MSG_RESULT(yes) ++ AC_DEFINE(HAVE_WORKING_SIGALTSTACK) + ]) + fi + |