summaryrefslogtreecommitdiff
path: root/package/xfsprogs/patches/patch-include_buildmacros
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-10 13:08:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-10 13:08:03 +0200
commitbbdeb66b02904db8f592b5de5164898054dc8a92 (patch)
tree60862586020113f46d751ba07338d4f20e9d0e6d /package/xfsprogs/patches/patch-include_buildmacros
parent7f6d8cbed9b750aaae116f1d444d1f77469957e2 (diff)
update to latest upstream. my statvfs changes seems to be not compatible to normal behaviour
Diffstat (limited to 'package/xfsprogs/patches/patch-include_buildmacros')
-rw-r--r--package/xfsprogs/patches/patch-include_buildmacros11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xfsprogs/patches/patch-include_buildmacros b/package/xfsprogs/patches/patch-include_buildmacros
new file mode 100644
index 000000000..e6b9ae21f
--- /dev/null
+++ b/package/xfsprogs/patches/patch-include_buildmacros
@@ -0,0 +1,11 @@
+--- xfsprogs-3.1.5.orig/include/buildmacros 2011-03-31 00:25:47.000000000 +0200
++++ xfsprogs-3.1.5/include/buildmacros 2011-10-09 18:12:27.668626203 +0200
+@@ -32,7 +32,7 @@ OBJECTS = $(ASFILES:.s=.o) \
+
+ INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
+
+-SHELL = /bin/sh
++SHELL ?= /bin/bash
+ IMAGES_DIR = $(TOPDIR)/all-images
+ DIST_DIR = $(TOPDIR)/dist
+