summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-03-21 21:00:00 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-21 11:07:34 -0700
commit053d73ffd6d71a9c39602dff171c837af110e692 (patch)
treefb8bf91bbde30720134d5dcde4707f147125b862 /meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch
parent0b1e0f24f2aeb69c6682d600091423d0d2a8fce7 (diff)
downloadmeta-openembedded-053d73ffd6d71a9c39602dff171c837af110e692.tar.gz
freeradius: 3.2.5 -> 3.2.7
ChangeLog: https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_6 https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_7 * Refresh local patches. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch')
-rw-r--r--meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch b/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch
index 17eadc7e59..86ca471536 100644
--- a/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch
+++ b/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch
@@ -1,4 +1,4 @@
1From c591da4a361496eec93625cf8c4f89bddfedaca7 Mon Sep 17 00:00:00 2001 1From 9fed86858d8d2045f3de77405059d786bb2d50ac Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sun, 7 Feb 2021 16:02:36 +0800 3Date: Sun, 7 Feb 2021 16:02:36 +0800
4Subject: [PATCH] Workaround error with autoconf 2.7 4Subject: [PATCH] Workaround error with autoconf 2.7
@@ -19,12 +19,12 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
19 1 file changed, 8 deletions(-) 19 1 file changed, 8 deletions(-)
20 20
21diff --git a/configure.ac b/configure.ac 21diff --git a/configure.ac b/configure.ac
22index 263098f7fd..fc296832d8 100644 22index 64aa9e4293..0861514ef7 100644
23--- a/configure.ac 23--- a/configure.ac
24+++ b/configure.ac 24+++ b/configure.ac
25@@ -878,14 +878,6 @@ fi 25@@ -926,14 +926,6 @@ if test "x$WITH_RADLAST" != "xyes"; then
26 fi
26 27
27 AC_PATH_PROG(RUSERS, rusers, /usr/bin/rusers)
28 28
29-dnl # 29-dnl #
30-dnl # FIXME This is truly gross. 30-dnl # FIXME This is truly gross.