diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-05 15:16:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-05 15:16:51 +0200 |
commit | 1465e15f735333d9b8686a3eb56b151bb3d9426e (patch) | |
tree | 68fe8e3e03ce406abb15eda2ed9c30e5df450be0 /package/xfsprogs/patches/patch-include_buildmacros | |
parent | 75ea54a673167c1b27f1e0946c4288ab54c98431 (diff) |
make qemu mips64 work again, allow xfsprogs to build with uclibc, add partprobe
Diffstat (limited to 'package/xfsprogs/patches/patch-include_buildmacros')
-rw-r--r-- | package/xfsprogs/patches/patch-include_buildmacros | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/xfsprogs/patches/patch-include_buildmacros b/package/xfsprogs/patches/patch-include_buildmacros deleted file mode 100644 index e6b9ae21f..000000000 --- a/package/xfsprogs/patches/patch-include_buildmacros +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |