summaryrefslogtreecommitdiff
path: root/package/aufs-util/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-27 17:16:32 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-27 17:16:44 +0200
commit4c2b062ef7bb8286bf86fd8044f0f4bc45047eb3 (patch)
treeca8b33f84f81457fbac9ad131e6a58cd266ca59c /package/aufs-util/patches
parent186a187be44d20e21dc87954cec23b35fbdc6abf (diff)
aufs: remove support, we need a maintainer for this external patch, anyone?
Diffstat (limited to 'package/aufs-util/patches')
-rw-r--r--package/aufs-util/patches/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/aufs-util/patches/patch-Makefile b/package/aufs-util/patches/patch-Makefile
deleted file mode 100644
index 0253076f1..000000000
--- a/package/aufs-util/patches/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
- - Ensure correct (HOST-)FLAGS when compiling the intermediates
- - Drop version test, this cant work anyway since there is no aufs3.12 branch anywhere
---- w-aufs-util-3.x-rcN-050614-1.orig/Makefile 2014-05-06 15:36:53.000000000 +0200
-+++ w-aufs-util-3.x-rcN-050614-1/Makefile 2014-06-05 14:32:53.496611173 +0200
-@@ -49,7 +49,7 @@ LibUtilObj = perror.o proc_mnt.o br.o pl
- LibUtilHdr = au_util.h
- export
-
--all: ver_test ${Man} ${Bin} ${Etc}
-+all: ${Man} ${Bin} ${Etc}
- ${MAKE} -C libau $@
- ln -sf ./libau/libau*.so .
-
-@@ -85,6 +85,9 @@ aufs.5: aufs.in.5 c2tmac
- chmod a-w $@
-
- c2sh c2tmac ver: CC = ${HOSTCC}
-+c2sh c2tmac ver: CFLAGS = ${CFLAGS_FOR_BUILD}
-+c2sh c2tmac ver: LDFLAGS = ${LDFLAGS_FOR_BUILD}
-+c2sh c2tmac ver: CPPFLAGS = ${CPPFLAGS_FOR_BUILD}
- .INTERMEDIATE: c2sh c2tmac ver
-
- Install = install -o root -g root -p