From 222f81f3b218a39657f194c0370e689a3cd13159 Mon Sep 17 00:00:00 2001 From: Mike Albon Date: Wed, 23 Aug 2006 16:38:52 +0000 Subject: [PATCH] Fix building util-linux under xscale SVN-Revision: 4637 --- .../601-util-linux-2.12r-umount-no-special.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openwrt/package/util-linux/patches/601-util-linux-2.12r-umount-no-special.patch diff --git a/openwrt/package/util-linux/patches/601-util-linux-2.12r-umount-no-special.patch b/openwrt/package/util-linux/patches/601-util-linux-2.12r-umount-no-special.patch new file mode 100644 index 0000000000..d79598fc84 --- /dev/null +++ b/openwrt/package/util-linux/patches/601-util-linux-2.12r-umount-no-special.patch @@ -0,0 +1,11 @@ +--- util-linux-2.12r.old/mount/umount.c ++++ util-linux-2.12r/mount/umount.c +@@ -31,7 +31,7 @@ + #include + #endif + +-#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__) ++#if defined(MNT_FORCE) + /* Interesting ... it seems libc knows about MNT_FORCE and presumably + about umount2 as well -- need not do anything */ + #else /* MNT_FORCE */ -- 2.25.1