From 4c2b062ef7bb8286bf86fd8044f0f4bc45047eb3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Sep 2016 17:16:32 +0200 Subject: aufs: remove support, we need a maintainer for this external patch, anyone? --- package/aufs-util/patches/patch-Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 package/aufs-util/patches/patch-Makefile (limited to 'package/aufs-util/patches/patch-Makefile') 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 -- cgit v1.2.3