From 3534e26463e74586700800ca96f1443da338832d Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 30 Nov 2014 22:11:09 +0000 Subject: util-linux: update to 2.25.2 Signed-off-by: Luka Perkov SVN-Revision: 43443 --- ...lude-libmount.h-to-provide-missing-MS_-de.patch | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 package/utils/util-linux/patches/003-unshare-include-libmount.h-to-provide-missing-MS_-de.patch (limited to 'package/utils/util-linux/patches/003-unshare-include-libmount.h-to-provide-missing-MS_-de.patch') diff --git a/package/utils/util-linux/patches/003-unshare-include-libmount.h-to-provide-missing-MS_-de.patch b/package/utils/util-linux/patches/003-unshare-include-libmount.h-to-provide-missing-MS_-de.patch deleted file mode 100644 index 27a4838eec..0000000000 --- a/package/utils/util-linux/patches/003-unshare-include-libmount.h-to-provide-missing-MS_-de.patch +++ /dev/null @@ -1,44 +0,0 @@ -From d754315c54af9cb8222e0a04ed5b2b4b927ed176 Mon Sep 17 00:00:00 2001 -From: Ruediger Meier -Date: Mon, 17 Mar 2014 11:48:47 +0100 -Subject: [PATCH 262/288] unshare: include libmount.h to provide missing MS_* - defines - -Since 6728ca10 we are using MS_PRIVATE and MS_REC which are not defined -in some systems's sys/mount.h. - -Signed-off-by: Ruediger Meier ---- - sys-utils/Makemodule.am | 1 + - sys-utils/unshare.c | 3 +++ - 2 files changed, 4 insertions(+) - -diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am -index 30b5d3e..93a2c8d 100644 ---- a/sys-utils/Makemodule.am -+++ b/sys-utils/Makemodule.am -@@ -296,6 +296,7 @@ usrbin_exec_PROGRAMS += unshare - dist_man_MANS += sys-utils/unshare.1 - unshare_SOURCES = sys-utils/unshare.c - unshare_LDADD = $(LDADD) libcommon.la -+unshare_CFLAGS = $(AM_CFLAGS) -I$(ul_libmount_incdir) - endif - - if BUILD_NSENTER -diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c -index 91e0ec7..1240293 100644 ---- a/sys-utils/unshare.c -+++ b/sys-utils/unshare.c -@@ -27,6 +27,9 @@ - #include - #include - -+/* we only need some defines missing in sys/mount.h, no libmount linkage */ -+#include -+ - #include "nls.h" - #include "c.h" - #include "closestream.h" --- -1.7.9.5 - -- cgit v1.2.3