2a3aeff6136d41349d07496ed5fc3129be6138fd
[AGL/meta-agl.git] / meta-security / recipes-devtools / e2fsprogs / e2fsprogs / mkdir.patch
1 Upstream-Status: Inappropriate [configuration]
2
3 Signed-off-by: Mei Lei <lei.mei@intel.com>
4
5 diff --git a/configure.ac b/configure.ac
6 index c1fe224..f5ac628 100644
7 --- a/configure.ac
8 +++ b/configure.ac
9 @@ -1374,7 +1374,8 @@ if test -n "$WITH_DIET_LIBC" ; then
10         INCLUDES="$INCLUDES -D_REENTRANT"
11  fi
12  AC_SUBST(INCLUDES)
13 -AM_MKINSTALLDIRS
14 +MKINSTALLDIRS="mkdir -p"
15 +AC_SUBST(MKINSTALLDIRS)
16  dnl
17  dnl Build CFLAGS
18  dnl