From bbdeb66b02904db8f592b5de5164898054dc8a92 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 10 Oct 2011 13:08:03 +0200 Subject: update to latest upstream. my statvfs changes seems to be not compatible to normal behaviour --- package/xfsprogs/patches/patch-include_buildmacros | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/xfsprogs/patches/patch-include_buildmacros (limited to 'package/xfsprogs/patches/patch-include_buildmacros') 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 + -- cgit v1.2.3