diff options
author | Yegor Yefremov <yegor_sub1@visionsystems.de> | 2011-07-22 16:53:12 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-27 09:41:44 +0200 |
commit | 6378cac4e633600d1e2d6cdcd729049fda090fb3 (patch) | |
tree | fe0bb1592e2e7bde3b2fee8b4d00b484c90607dd /package/util-linux/util-linux-umount2-fix.patch | |
parent | 04d0689cc419c0181ddf0f6d4089df97699e9ee3 (diff) | |
download | buildroot-novena-6378cac4e633600d1e2d6cdcd729049fda090fb3.tar.gz buildroot-novena-6378cac4e633600d1e2d6cdcd729049fda090fb3.zip |
util-linux: convert to autotarget and bump to 2.19.1
[Peter: fix deps, restructure, add unshare]
Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux/util-linux-umount2-fix.patch')
-rw-r--r-- | package/util-linux/util-linux-umount2-fix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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 <jacmet@sunsite.dk> ---- - 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 <arpa/inet.h> - --#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 */ |