[packages/heimdal] - openssl 3.0.0 rebuild, rel 3
baggins
baggins at pld-linux.org
Sun Sep 26 09:41:09 CEST 2021
commit a8561598678098ca875c96b2db5c6a7295a76dde
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Sep 26 09:40:45 2021 +0200
- openssl 3.0.0 rebuild, rel 3
autoconf-2.70.patch | 29 +++++++++++++++++++++++++++++
heimdal.spec | 4 +++-
2 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/heimdal.spec b/heimdal.spec
index e24cb8b..4051abf 100644
--- a/heimdal.spec
+++ b/heimdal.spec
@@ -9,7 +9,7 @@ Summary: Heimdal implementation of Kerberos V5 system
Summary(pl.UTF-8): Implementacja Heimdal systemu Kerberos V5
Name: heimdal
Version: 7.7.0
-Release: 2
+Release: 3
License: Free
Group: Networking
Source0: https://github.com/heimdal/heimdal/releases/download/heimdal-%{version}/%{name}-%{version}.tar.gz
@@ -35,6 +35,7 @@ Patch10: %{name}-ntlm-digest.patch
Patch11: %{name}-krb5config-nosysdirs.patch
Patch12: %{name}-tinfo.patch
Patch13: %{name}-missing-exports.patch
+Patch14: autoconf-2.70.patch
URL: http://www.h5l.org/
BuildRequires: autoconf >= 2.62
BuildRequires: automake >= 1:1.11
@@ -242,6 +243,7 @@ Kerberosa.
%patch11 -p1
%patch12 -p1
%patch13 -p1
+%patch14 -p1
%build
install -d our-ld
diff --git a/autoconf-2.70.patch b/autoconf-2.70.patch
new file mode 100644
index 0000000..0dcc310
--- /dev/null
+++ b/autoconf-2.70.patch
@@ -0,0 +1,29 @@
+From 22352b90e78e2d162b98b5ef6c84672c397be40a Mon Sep 17 00:00:00 2001
+From: Lars Wendler <polynomial-c at gentoo.org>
+Date: Wed, 17 Mar 2021 17:49:18 +0100
+Subject: [PATCH] autoconf-2.70 fix
+
+autoconf-2.70 and newer are more strict with quoting etc. and thus generate
+a broken configure file:
+
+ configure: 20855: Syntax error: ")" unexpected (expecting "fi")
+
+Gentoo-bug: https://bugs.gentoo.org/776241
+Signed-off-by: Lars Wendler <polynomial-c at gentoo.org>
+---
+ cf/check-var.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cf/check-var.m4 b/cf/check-var.m4
+index 2fd7bca6f0..71d6f70ca8 100644
+--- a/cf/check-var.m4
++++ b/cf/check-var.m4
+@@ -20,7 +20,7 @@ AC_MSG_RESULT($ac_foo)
+ if test "$ac_foo" = yes; then
+ AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1,
+ [Define if you have the `]$1[' variable.])
+- m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[$2]))
++ m4_ifval([$2], [AC_CHECK_DECLS([$1],[],[],[$2])])
+ fi
+ ])
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/heimdal.git/commitdiff/a8561598678098ca875c96b2db5c6a7295a76dde
More information about the pld-cvs-commit
mailing list