From af27c079ecf5d1171c8d23823616e580c4b73b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 15:53:42 +0100 Subject: [PATCH] libsasl: remove unneeded patch --- .../cyrus-sasl-2.1.27-autotools_fixes.patch | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch diff --git a/srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch b/srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch deleted file mode 100644 index 5c751bbc8d8..00000000000 --- a/srcpkgs/libsasl/patches/cyrus-sasl-2.1.27-autotools_fixes.patch +++ /dev/null @@ -1,35 +0,0 @@ -Source: https://git.alpinelinux.org/aports/tree/main/cyrus-sasl/cyrus-sasl-2.1.27-autotools_fixes.patch -Upstream: No -Reason: FTBFS - ---- cyrus-sasl-2.1.27/configure.ac -+++ cyrus-sasl-2.1.27/configure.ac -@@ -44,6 +44,8 @@ - - AC_PREREQ(2.63) - -+AC_CONFIG_MACRO_DIR([config]) -+ - dnl - dnl REMINDER: When changing the version number here, please also update - dnl the values in win32/include/config.h and include/sasl.h as well. ---- cyrus-sasl-2.1.27/Makefile.am -+++ cyrus-sasl-2.1.27/Makefile.am -@@ -44,6 +44,8 @@ - # - ################################################################ - -+ACLOCAL_AMFLAGS = -I config -+ - if SASLAUTHD - SAD = saslauthd - else ---- cyrus-sasl-2.1.27/saslauthd/Makefile.am -+++ cyrus-sasl-2.1.27/saslauthd/Makefile.am -@@ -1,4 +1,6 @@ - AUTOMAKE_OPTIONS = 1.7 -+ACLOCAL_AMFLAGS = -I ../config -+ - sbin_PROGRAMS = saslauthd testsaslauthd - EXTRA_PROGRAMS = saslcache -