commit: cdd5fd8ca318b440837aded0d657447f6f38aaa8 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Oct 31 18:48:48 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Nov 2 12:05:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd5fd8c
net-misc/sstp-client: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> ...tp-client-1.0.17-fix-bashism-configure.ac.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/net-misc/sstp-client/files/sstp-client-1.0.17-fix-bashism-configure.ac.patch b/net-misc/sstp-client/files/sstp-client-1.0.17-fix-bashism-configure.ac.patch deleted file mode 100644 index a3a41fb206a9..000000000000 --- a/net-misc/sstp-client/files/sstp-client-1.0.17-fix-bashism-configure.ac.patch +++ /dev/null @@ -1,23 +0,0 @@ -https://gitlab.com/eivnaes/sstp-client/-/merge_requests/2 - -From 3cae209750549b17c547c3025859c0468cd5fcf6 Mon Sep 17 00:00:00 2001 -From: Sam James <s...@gentoo.org> -Date: Tue, 10 May 2022 18:04:20 +0000 -Subject: [PATCH] configure.ac: fix bashism - -configure scripts are expected to work with POSIX compliant shells providing -/bin/sh so use = instead of == to work with both Bash and other shells. - -Signed-off-by: Sam James <s...@gentoo.org> ---- a/configure.ac -+++ b/configure.ac -@@ -129,7 +129,7 @@ PKG_CHECK_EXISTS([pppd], - AM_CONDITIONAL(WITH_PPP_PLUGIN, test "${enable_ppp_plugin}" = "yes") - AC_ARG_WITH([pppd-auth-notify-support], - AS_HELP_STRING([--with-pppd-auth-notify-support], [is the auth-notifier supported in this pppd version])) --AS_IF([test "x$with_pppd_auth_notify_support" == "xyes" ], -+AS_IF([test "x$with_pppd_auth_notify_support" = "xyes" ], - [AC_DEFINE(USE_PPPD_AUTH_HOOK,1,[Define if pppd has support for client side authentication complete notification]) - PPPD_AUTH_NOTIFIER="yes"], - [PPPD_AUTH_NOTIFIER="no"]) -GitLab