Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/files/
Date: Tue, 21 Sep 2021 19:56:25
Message-Id: 1632254162.69381ce57ab8a515513c6d45075d4c7d55871223.sam@gentoo
1 commit: 69381ce57ab8a515513c6d45075d4c7d55871223
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 19:56:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 19:56:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69381ce5
7
8 sys-apps/openrc: drop obsolete patch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../openrc/files/openrc-0.44.4-fix-build.patch | 36 ----------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/sys-apps/openrc/files/openrc-0.44.4-fix-build.patch b/sys-apps/openrc/files/openrc-0.44.4-fix-build.patch
16 deleted file mode 100644
17 index f9f91e5d337..00000000000
18 --- a/sys-apps/openrc/files/openrc-0.44.4-fix-build.patch
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -From 28865d994099c4608cbd80f135f0733c1020ed5c Mon Sep 17 00:00:00 2001
22 -From: William Hubbs <w.d.hubbs@×××××.com>
23 -Date: Fri, 17 Sep 2021 14:24:36 -0500
24 -Subject: [PATCH] fix build for openrc and runscript
25 -
26 -X-Gentoo-Bug: 813483
27 -X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=813483
28 ----
29 - src/rc/meson.build | 4 ++--
30 - 1 file changed, 2 insertions(+), 2 deletions(-)
31 -
32 -diff --git a/src/rc/meson.build b/src/rc/meson.build
33 -index fb9de00b..3898ac0c 100644
34 ---- a/src/rc/meson.build
35 -+++ b/src/rc/meson.build
36 -@@ -53,7 +53,7 @@ executable('openrc-run',
37 - rc_selinux_c, version_h],
38 - c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags],
39 - link_with: [libeinfo, librc],
40 -- dependencies: [dl_dep, libpam, selinux_dep, util_dep],
41 -+ dependencies: [audit_dep, dl_dep, libpam, libpam_misc, selinux_dep, util_dep],
42 - include_directories: [incdir, einfo_incdir, rc_incdir],
43 - install: true,
44 - install_dir: sbindir)
45 -@@ -88,7 +88,7 @@ executable('runscript',
46 - rc_selinux_c, version_h],
47 - c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags],
48 - link_with: [libeinfo, librc],
49 -- dependencies: [dl_dep, libpam, util_dep, selinux_dep],
50 -+ dependencies: [audit_dep, dl_dep, libpam, util_dep, selinux_dep],
51 - include_directories: [incdir, einfo_incdir, rc_incdir],
52 - install: true,
53 - install_dir: sbindir)
54 ---
55 -2.32.0
56 -