diff options
Diffstat (limited to 'meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch')
| -rw-r--r-- | meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch b/meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch deleted file mode 100644 index 65bd64277c..0000000000 --- a/meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch +++ /dev/null | |||
| @@ -1,56 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [legacy version] | ||
| 2 | |||
| 3 | the old AC_USE_SYSTEM_EXTENSIONS won't work with AC_GNU_SOURCE | ||
| 4 | |||
| 5 | against 4.2.31 | ||
| 6 | 07/08/2010 - qhe | ||
| 7 | |||
| 8 | diff --git a/gnulib/m4/extensions.m4 b/gnulib/m4/extensions.m4 | ||
| 9 | index 143a9e5..0f27ceb 100644 | ||
| 10 | --- a/gnulib/m4/extensions.m4 | ||
| 11 | +++ b/gnulib/m4/extensions.m4 | ||
| 12 | @@ -12,44 +12,6 @@ | ||
| 13 | # enough in this area it's likely we'll need to redefine | ||
| 14 | # AC_USE_SYSTEM_EXTENSIONS for quite some time. | ||
| 15 | |||
| 16 | -# AC_USE_SYSTEM_EXTENSIONS | ||
| 17 | -# ------------------------ | ||
| 18 | -# Enable extensions on systems that normally disable them, | ||
| 19 | -# typically due to standards-conformance issues. | ||
| 20 | -AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS], | ||
| 21 | -[ | ||
| 22 | - AC_BEFORE([$0], [AC_COMPILE_IFELSE]) | ||
| 23 | - AC_BEFORE([$0], [AC_RUN_IFELSE]) | ||
| 24 | - | ||
| 25 | - AC_REQUIRE([AC_GNU_SOURCE]) | ||
| 26 | - AC_REQUIRE([AC_AIX]) | ||
| 27 | - AC_REQUIRE([AC_MINIX]) | ||
| 28 | - | ||
| 29 | - AH_VERBATIM([__EXTENSIONS__], | ||
| 30 | -[/* Enable extensions on Solaris. */ | ||
| 31 | -#ifndef __EXTENSIONS__ | ||
| 32 | -# undef __EXTENSIONS__ | ||
| 33 | -#endif | ||
| 34 | -#ifndef _POSIX_PTHREAD_SEMANTICS | ||
| 35 | -# undef _POSIX_PTHREAD_SEMANTICS | ||
| 36 | -#endif | ||
| 37 | -#ifndef _TANDEM_SOURCE | ||
| 38 | -# undef _TANDEM_SOURCE | ||
| 39 | -#endif]) | ||
| 40 | - AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__], | ||
| 41 | - [ac_cv_safe_to_define___extensions__], | ||
| 42 | - [AC_COMPILE_IFELSE( | ||
| 43 | - [AC_LANG_PROGRAM([ | ||
| 44 | -# define __EXTENSIONS__ 1 | ||
| 45 | - AC_INCLUDES_DEFAULT])], | ||
| 46 | - [ac_cv_safe_to_define___extensions__=yes], | ||
| 47 | - [ac_cv_safe_to_define___extensions__=no])]) | ||
| 48 | - test $ac_cv_safe_to_define___extensions__ = yes && | ||
| 49 | - AC_DEFINE([__EXTENSIONS__]) | ||
| 50 | - AC_DEFINE([_POSIX_PTHREAD_SEMANTICS]) | ||
| 51 | - AC_DEFINE([_TANDEM_SOURCE]) | ||
| 52 | -]) | ||
| 53 | - | ||
| 54 | # gl_USE_SYSTEM_EXTENSIONS | ||
| 55 | # ------------------------ | ||
| 56 | # Enable extensions on systems that normally disable them, | ||
