diff options
Diffstat (limited to 'meta-extras/packages/redland/files/crosscompile.patch')
-rw-r--r-- | meta-extras/packages/redland/files/crosscompile.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-extras/packages/redland/files/crosscompile.patch b/meta-extras/packages/redland/files/crosscompile.patch deleted file mode 100644 index 281007a791..0000000000 --- a/meta-extras/packages/redland/files/crosscompile.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Index: redland-1.0.8/raptor/configure.ac | ||
2 | =================================================================== | ||
3 | --- redland-1.0.8.orig/raptor/configure.ac 2008-12-16 17:26:58.000000000 +0000 | ||
4 | +++ redland-1.0.8/raptor/configure.ac 2008-12-16 17:27:41.000000000 +0000 | ||
5 | @@ -279,23 +279,7 @@ | ||
6 | |||
7 | if test $ac_cv_func_vsnprintf = yes; then | ||
8 | AC_MSG_CHECKING(vsnprintf has C99 compatible return value) | ||
9 | - AC_TRY_RUN([#include <stdarg.h> | ||
10 | -int is_c99(char *s, ...) { | ||
11 | - char buffer[32]; | ||
12 | - va_list args; | ||
13 | - int r; | ||
14 | - va_start(args, s); | ||
15 | - r = vsnprintf(buffer, 5, s, args); | ||
16 | - va_end(args); | ||
17 | - | ||
18 | - return (r == 7); | ||
19 | -} | ||
20 | - | ||
21 | -int main(int argc, char* argv) { | ||
22 | - return is_c99("1234567"); | ||
23 | -}], AC_MSG_RESULT(no), | ||
24 | - AC_DEFINE(HAVE_C99_VSNPRINTF, 1, [vsnprint has C99 compatible return value]) | ||
25 | - AC_MSG_RESULT(yes)) | ||
26 | + AC_DEFINE(HAVE_C99_VSNPRINTF, 1, [vsnprint has C99 compatible return value]) | ||
27 | fi | ||
28 | |||
29 | need_libm=no | ||