diff --git a/package/base/util-linux/no-_syscall2.patch b/package/base/util-linux/no-_syscall2.patch new file mode 100644 index 000000000..0ec5fc438 --- /dev/null +++ b/package/base/util-linux/no-_syscall2.patch @@ -0,0 +1,12 @@ +--- util-linux-2.12r/mount/umount.c~ 2007-07-04 23:57:17.000000000 +0200 ++++ util-linux-2.12r/mount/umount.c 2007-07-04 23:57:31.000000000 +0200 +@@ -42,7 +42,9 @@ + + int umount2(const char *path, int flags); + ++#ifdef _syscall2 + _syscall2(int, umount2, const char *, path, int, flags); ++#endif + + #else /* __NR_umount2 */ +