commit:     69381ce57ab8a515513c6d45075d4c7d55871223
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 19:56:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 19:56:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69381ce5

sys-apps/openrc: drop obsolete patch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openrc/files/openrc-0.44.4-fix-build.patch     | 36 ----------------------
 1 file changed, 36 deletions(-)

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
deleted file mode 100644
index f9f91e5d337..00000000000
--- a/sys-apps/openrc/files/openrc-0.44.4-fix-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 28865d994099c4608cbd80f135f0733c1020ed5c Mon Sep 17 00:00:00 2001
-From: William Hubbs <[email protected]>
-Date: Fri, 17 Sep 2021 14:24:36 -0500
-Subject: [PATCH] fix build for openrc and runscript
-
-X-Gentoo-Bug: 813483
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=813483
----
- src/rc/meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/rc/meson.build b/src/rc/meson.build
-index fb9de00b..3898ac0c 100644
---- a/src/rc/meson.build
-+++ b/src/rc/meson.build
-@@ -53,7 +53,7 @@ executable('openrc-run',
-   rc_selinux_c, version_h],
-   c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, 
cc_selinux_flags],
-   link_with: [libeinfo, librc],
--  dependencies: [dl_dep, libpam, selinux_dep, util_dep],
-+  dependencies: [audit_dep, dl_dep, libpam, libpam_misc, selinux_dep, 
util_dep],
-   include_directories: [incdir, einfo_incdir, rc_incdir],
-   install: true,
-   install_dir: sbindir)
-@@ -88,7 +88,7 @@ executable('runscript',
-     rc_selinux_c, version_h],
-   c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, 
cc_selinux_flags],
-   link_with: [libeinfo, librc],
--  dependencies: [dl_dep, libpam, util_dep, selinux_dep],
-+  dependencies: [audit_dep, dl_dep, libpam, util_dep, selinux_dep],
-   include_directories: [incdir, einfo_incdir, rc_incdir],
-   install: true,
-   install_dir: sbindir)
--- 
-2.32.0
-

Reply via email to