diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-01-19 18:09:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-01-19 18:09:53 +0100 |
commit | efcef25da20cd67933fb6086366d28e76f51da85 (patch) | |
tree | 31cb11986078f8c43dcd8fbb7954b04f51acc00b /package/aufs2-util/patches | |
parent | 5cf1c57687baa76f08e0f399a8028d1074d4cc70 (diff) |
update to linux 3.7.3, disable aufs2, multimedia support needs reworking
Diffstat (limited to 'package/aufs2-util/patches')
-rw-r--r-- | package/aufs2-util/patches/patch-Makefile | 47 | ||||
-rw-r--r-- | package/aufs2-util/patches/patch-libau_Makefile | 11 |
2 files changed, 0 insertions, 58 deletions
diff --git a/package/aufs2-util/patches/patch-Makefile b/package/aufs2-util/patches/patch-Makefile deleted file mode 100644 index 6a8f74806..000000000 --- a/package/aufs2-util/patches/patch-Makefile +++ /dev/null @@ -1,47 +0,0 @@ ---- w-aufs2-util-2-100111-1.orig/Makefile 2011-01-07 05:00:54.000000000 +0100 -+++ w-aufs2-util-2-100111-1/Makefile 2011-01-10 23:43:23.000000000 +0100 -@@ -15,6 +15,11 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -+c2sh c2tmac: CC = ${CC_FOR_BUILD} -+c2sh c2tmac: CFLAGS= ${CFLAGS_FOR_BUILD} -+c2sh c2tmac: LDFLAGS= ${LDFLAGS_FOR_BUILD} -+c2sh c2tmac: CPPFLAGS= ${CPPFLAGS_FOR_BUILD} -I./libau -I${LINUX_HEADER_DIR}/include -+ - CFLAGS += -I./libau - CFLAGS += -O -Wall - -@@ -28,13 +33,10 @@ LibUtilObj = proc_mnt.o br.o plink.o mta - LibUtilHdr = au_util.h - export - --all: ver_test ${Man} ${Bin} ${Etc} -+all: ${Man} ${Bin} ${Etc} - ${MAKE} -C libau $@ - ln -sf ./libau/libau*.so . - --ver_test: ver -- ./ver -- - ${Bin}: LDFLAGS += -static -s - ${Bin}: LDLIBS = -L. -lautil - ${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil} -@@ -63,7 +65,7 @@ aufs.5: aufs.in.5 c2tmac - }' aufs.in.5 >> $@ - chmod a-w $@ - --.INTERMEDIATE: c2sh c2tmac ver -+.INTERMEDIATE: c2sh c2tmac - - Install = install -o root -g root -p - install_sbin: File = mount.aufs umount.aufs auplink -@@ -77,7 +79,7 @@ install_etc: File = etc_default_aufs - install_etc: Tgt = ${DESTDIR}/etc/default/aufs - install_etc: ${File} - install -d $(dir ${Tgt}) -- ${Install} -m 644 -T ${File} ${Tgt} -+ ${Install} -m 644 ${File} ${Tgt} - install_man: File = aufs.5 - install_man: Tgt = ${DESTDIR}/usr/share/man/man5 - install_man: ${File} diff --git a/package/aufs2-util/patches/patch-libau_Makefile b/package/aufs2-util/patches/patch-libau_Makefile deleted file mode 100644 index e454c9dc3..000000000 --- a/package/aufs2-util/patches/patch-libau_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- w-aufs2-util-2-100111-1.orig/libau/Makefile 2011-01-07 05:00:54.000000000 +0100 -+++ w-aufs2-util-2-100111-1/libau/Makefile 2011-01-25 17:02:09.835243119 +0100 -@@ -45,7 +45,7 @@ install_ulib: File = ${LibSo}.${LibSoMaj - install_ulib: Tgt = ${DESTDIR}/usr/lib - install_ulib: ${File} - install -d ${Tgt} -- ${Install} -m 644 -s ${File} ${Tgt} -+ ${Install} -m 644 ${File} ${Tgt} - # -m 6755 - ln -sf ${File} ${Tgt}/${LibSo}.${LibSoMajor} - ln -sf ${LibSo}.${LibSoMajor} ${Tgt}/${LibSo} |