aboutsummaryrefslogtreecommitdiffstats
path: root/main/util-linux/rpmatch.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-30 12:49:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-30 12:49:40 +0000
commit8a06eb58e5e8e050b08a560f43b55b30ea9e2692 (patch)
treebffd7c4dd81b02809fef430c638964d876f5666b /main/util-linux/rpmatch.patch
parent871f00fe9da801411a775a30afc861d58e0eb20f (diff)
downloadaports-8a06eb58e5e8e050b08a560f43b55b30ea9e2692.tar.bz2
aports-8a06eb58e5e8e050b08a560f43b55b30ea9e2692.tar.xz
Revert "main/util-linux: upgrade to 2.23.1"
our libc does not yet have mkostemp revert to old to make sure our build servers get the updated libc first This reverts commit cc83f0a7608f59102df56070180e7376754e3d9d.
Diffstat (limited to 'main/util-linux/rpmatch.patch')
-rw-r--r--main/util-linux/rpmatch.patch51
1 files changed, 51 insertions, 0 deletions
diff --git a/main/util-linux/rpmatch.patch b/main/util-linux/rpmatch.patch
new file mode 100644
index 0000000000..27dea20e5b
--- /dev/null
+++ b/main/util-linux/rpmatch.patch
@@ -0,0 +1,51 @@
+From d338f1a3125d1c069713a53967b65a9f18ad0bf7 Mon Sep 17 00:00:00 2001
+From: William Pitcock <nenolod@dereferenced.org>
+Date: Thu, 25 Oct 2012 04:06:49 +0000
+Subject: [PATCH] Add missing rpmatch.h everywhere it needs to be.
+
+Signed-off-by: William Pitcock <nenolod@dereferenced.org>
+---
+ disk-utils/fsck.minix.c | 1 +
+ login-utils/vipw.c | 1 +
+ term-utils/mesg.c | 1 +
+ 3 files changed, 3 insertions(+)
+
+diff --git a/disk-utils/fsck.minix.c b/disk-utils/fsck.minix.c
+index f24a9f2..6b7a0b2 100644
+--- a/disk-utils/fsck.minix.c
++++ b/disk-utils/fsck.minix.c
+@@ -111,6 +111,7 @@
+ #include "ismounted.h"
+ #include "all-io.h"
+ #include "closestream.h"
++#include "rpmatch.h"
+
+ #define ROOT_INO 1
+ #define YESNO_LENGTH 64
+diff --git a/login-utils/vipw.c b/login-utils/vipw.c
+index 1eeeb0d..4a1cf02 100644
+--- a/login-utils/vipw.c
++++ b/login-utils/vipw.c
+@@ -78,6 +78,7 @@
+ #include "setpwnam.h"
+ #include "strutils.h"
+ #include "xalloc.h"
++#include "rpmatch.h"
+
+ #ifdef HAVE_LIBSELINUX
+ # include <selinux/selinux.h>
+diff --git a/term-utils/mesg.c b/term-utils/mesg.c
+index b24e783..78a4118 100644
+--- a/term-utils/mesg.c
++++ b/term-utils/mesg.c
+@@ -58,6 +58,7 @@
+ #include "closestream.h"
+ #include "nls.h"
+ #include "c.h"
++#include "rpmatch.h"
+
+ /* exit codes */
+
+--
+1.7.12.3
+