diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-03-21 21:00:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-21 11:07:34 -0700 |
commit | 053d73ffd6d71a9c39602dff171c837af110e692 (patch) | |
tree | fb8bf91bbde30720134d5dcde4707f147125b862 /meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch | |
parent | 0b1e0f24f2aeb69c6682d600091423d0d2a8fce7 (diff) | |
download | meta-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.patch | 8 |
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 @@ | |||
1 | From c591da4a361496eec93625cf8c4f89bddfedaca7 Mon Sep 17 00:00:00 2001 | 1 | From 9fed86858d8d2045f3de77405059d786bb2d50ac Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Sun, 7 Feb 2021 16:02:36 +0800 | 3 | Date: Sun, 7 Feb 2021 16:02:36 +0800 |
4 | Subject: [PATCH] Workaround error with autoconf 2.7 | 4 | Subject: [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 | ||
21 | diff --git a/configure.ac b/configure.ac | 21 | diff --git a/configure.ac b/configure.ac |
22 | index 263098f7fd..fc296832d8 100644 | 22 | index 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. |