summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 15:45:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 19:27:15 +0200
commitbaed2e82bbac515889bd78054d2c85e08971e043 (patch)
tree9d727cc0c734aa24bbb52473b91a19306cabae41 /patches
parentb1f75e1be5299664a971ff88bca946a8e353a29c (diff)
downloadptxdist-baed2e82bbac515889bd78054d2c85e08971e043.tar.gz
ptxdist-baed2e82bbac515889bd78054d2c85e08971e043.tar.xz
e2fsprogs: version bump 1.42.9 -> 1.42.10
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/e2fsprogs-1.42.10/0001-configure-includes-are-needed-for-host-tools-when-cr.patch23
-rwxr-xr-xpatches/e2fsprogs-1.42.10/autogen.sh2
-rw-r--r--patches/e2fsprogs-1.42.10/series4
3 files changed, 29 insertions, 0 deletions
diff --git a/patches/e2fsprogs-1.42.10/0001-configure-includes-are-needed-for-host-tools-when-cr.patch b/patches/e2fsprogs-1.42.10/0001-configure-includes-are-needed-for-host-tools-when-cr.patch
new file mode 100644
index 000000000..2c1f0b2e2
--- /dev/null
+++ b/patches/e2fsprogs-1.42.10/0001-configure-includes-are-needed-for-host-tools-when-cr.patch
@@ -0,0 +1,23 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 16 Jun 2014 15:29:58 +0200
+Subject: [PATCH] configure: includes are needed for host tools when
+ cross-compiling
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ configure.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index 6592e70..18363f3 100644
+--- a/configure.in
++++ b/configure.in
+@@ -1328,7 +1328,7 @@ if test $cross_compiling = no; then
+ BUILD_CFLAGS="$CFLAGS $CPPFLAGS $INCLUDES -DHAVE_CONFIG_H"
+ BUILD_LDFLAGS="$LDFLAGS"
+ else
+- BUILD_CFLAGS=
++ BUILD_CFLAGS='-I. -I$(top_builddir)/lib -I$(top_srcdir)/lib'
+ BUILD_LDFLAGS=
+ fi
+ AC_SUBST(BUILD_CFLAGS)
diff --git a/patches/e2fsprogs-1.42.10/autogen.sh b/patches/e2fsprogs-1.42.10/autogen.sh
new file mode 100755
index 000000000..c08327247
--- /dev/null
+++ b/patches/e2fsprogs-1.42.10/autogen.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+autoreconf
diff --git a/patches/e2fsprogs-1.42.10/series b/patches/e2fsprogs-1.42.10/series
new file mode 100644
index 000000000..a8e00e226
--- /dev/null
+++ b/patches/e2fsprogs-1.42.10/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-configure-includes-are-needed-for-host-tools-when-cr.patch
+# 4cd7b1018971aa45bf6dc9d2bbc09816 - git-ptx-patches magic