commit: 589c0b411c93c840fc7a5d220ce76e3547fed6d8 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Mar 1 16:21:16 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 16:44:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589c0b41
sys-process/fcron: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29872 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> ...3.2.1-configure-fix-audit-parameter-check.patch | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/sys-process/fcron/files/fcron-3.2.1-configure-fix-audit-parameter-check.patch b/sys-process/fcron/files/fcron-3.2.1-configure-fix-audit-parameter-check.patch deleted file mode 100644 index b4166ff9d7e3..000000000000 --- a/sys-process/fcron/files/fcron-3.2.1-configure-fix-audit-parameter-check.patch +++ /dev/null @@ -1,30 +0,0 @@ -From cc7a684862fee31c442c49d6a537d86979c23220 Mon Sep 17 00:00:00 2001 -From: Thomas Deutschmann <[email protected]> -Date: Thu, 17 Nov 2016 17:19:35 +0100 -Subject: [PATCH] configure: Fix --with-audit parameter check - -Due to a missing "$" the variable "$useaudit" was never checked for -0 value with the result that you cannot disable building against -libaudit. - -Gentoo-Bug: https://bugs.gentoo.org/540446 ---- - configure.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.in b/configure.in -index 7e7634f..708d1dd 100644 ---- a/configure.in -+++ b/configure.in -@@ -822,7 +822,7 @@ AC_ARG_WITH(audit, - ;; - esac ] - ) --if test useaudit = "0"; then -+if test "$useaudit" = 0; then - AC_MSG_RESULT(no) - elif test "$useaudit" = "1" && test "$auditavail" != 1; then - useaudit=0 --- -2.10.2 -
