Files
poky/meta/packages/findutils/findutils-4.2.31/mkdir.patch
Qing He 62136a869a findutils: upgrade to version 4.2.31 and 4.4.2
from 4.2.29
4.2.31 is the last known GPL2 version

changes for 4.4:
  - pulled upstream patch to fix bug #27017, #28824 and #28872
  - using a workaround to address bug #27299, this was fixed in
    development branch 4.5.3 by using a new version of gnulib.
    however, upgrading gnulib needs too much effort here.

changes for 4.2:
  - 4.2.31's gnulib/m4/extension.m4 won't work with autoconf 2.65,
    fix it by removing gnulib's AC_USE_SYSTEM_EXTENSIONS

Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08 21:10:59 -07:00

27 lines
1.0 KiB
Diff

Index: findutils-4.2.29/configure.in
===================================================================
--- findutils-4.2.29.orig/configure.in 2006-11-25 18:06:00.000000000 +0000
+++ findutils-4.2.29/configure.in 2009-08-19 18:01:06.000000000 +0100
@@ -209,6 +209,8 @@
dnl Hence they need to know if they are being compiled into findutils or not.
AC_DEFINE([FINDUTILS], 1, [Define if we are compiling GNU findutils])
+MKINSTALLDIRS="mkdir -p"
+AC_SUBST(MKINSTALLDIRS)
# This is necessary so that .o files in LIBOBJS are also built via
# the ANSI2KNR-filtering rules.
Index: findutils-4.2.29/po/Makefile.in.in
===================================================================
--- findutils-4.2.29.orig/po/Makefile.in.in 2009-08-19 18:05:47.000000000 +0100
+++ findutils-4.2.29/po/Makefile.in.in 2009-08-19 18:05:58.000000000 +0100
@@ -30,7 +30,7 @@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
+mkinstalldirs = $(MKINSTALLDIRS)
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@