diff options
author | Sam James <sam@gentoo.org> | 2021-09-21 20:56:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-21 20:56:02 +0100 |
commit | 69381ce57ab8a515513c6d45075d4c7d55871223 (patch) | |
tree | 3ed9996bd9a4116dd6c9b91ef98e8b289ba657cb /sys-apps/openrc | |
parent | sys-apps/openrc: drop missing patch (diff) | |
download | gentoo-69381ce57ab8a515513c6d45075d4c7d55871223.tar.gz gentoo-69381ce57ab8a515513c6d45075d4c7d55871223.tar.bz2 gentoo-69381ce57ab8a515513c6d45075d4c7d55871223.zip |
sys-apps/openrc: drop obsolete patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/files/openrc-0.44.4-fix-build.patch | 36 |
1 files changed, 0 insertions, 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 f9f91e5d3374..000000000000 --- 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 <w.d.hubbs@gmail.com> -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 - |