diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-12 22:58:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-12 22:58:45 +0100 |
commit | d29b7059e0e3dacc3e051c310eabaecabe19a8d2 (patch) | |
tree | 078693d3be8a0d6096587f5ac01b2ffc76dc8626 /package/xfsprogs/patches/patch-include_buildmacros | |
parent | 4129680028eaddf98219126f787b08551bbf7088 (diff) |
updates and build fixes for a lot of packages
compiled for ibmx40 with eglibc.
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 ad07f23d2..000000000 --- a/package/xfsprogs/patches/patch-include_buildmacros +++ /dev/null @@ -1,11 +0,0 @@ ---- xfsprogs-3.1.1.orig/include/buildmacros 2010-01-29 20:46:13.000000000 +0100 -+++ xfsprogs-3.1.1/include/buildmacros 2010-02-13 23:57:06.000000000 +0100 -@@ -32,7 +32,7 @@ OBJECTS = $(ASFILES:.s=.o) \ - - INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) - --SHELL = /bin/sh -+SHELL ?= bash - IMAGES_DIR = $(TOPDIR)/all-images - DIST_DIR = $(TOPDIR)/dist - |