From 6378cac4e633600d1e2d6cdcd729049fda090fb3 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 22 Jul 2011 16:53:12 +0200 Subject: util-linux: convert to autotarget and bump to 2.19.1 [Peter: fix deps, restructure, add unshare] Signed-off-by: Chih-Min Chao Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/util-linux/util-linux-umount2-fix.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/util-linux/util-linux-umount2-fix.patch (limited to 'package/util-linux/util-linux-umount2-fix.patch') diff --git a/package/util-linux/util-linux-umount2-fix.patch b/package/util-linux/util-linux-umount2-fix.patch deleted file mode 100644 index 14b6c3481..000000000 --- a/package/util-linux/util-linux-umount2-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ -[PATCH] fix multiple definitions of umount2 issue - -Signed-off-by: Peter Korsgaard ---- - mount/umount.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: util-linux-2.13-pre7/mount/umount.c -=================================================================== ---- util-linux-2.13-pre7.orig/mount/umount.c -+++ util-linux-2.13-pre7/mount/umount.c -@@ -29,7 +29,7 @@ - #include "nfsmount.h" - #include - --#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__) -+#if 1 - /* Interesting ... it seems libc knows about MNT_FORCE and presumably - about umount2 as well -- need not do anything */ - #else /* MNT_FORCE */ -- cgit v1.2.3