mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/freeradius-server: update the patches to be applied with fuzz 0
Commit 8f88a644ed ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.
Due to this change, freeradius-server fails to build with output:
Applying 0001-jlibtool-cross-with-host-CC.patch using patch:
patching file scripts/libtool.mk
Hunk #1 FAILED at 43.
1 out of 1 hunk FAILED -- saving rejects to file scripts/libtool.mk.rej
Applying 0009-src-modules-rlm_python-fix-build-with-Ofast.patch using patch:
patching file src/modules/rlm_python3/configure.ac
Hunk #1 succeeded at 44 (offset -15 lines).
Hunk #2 FAILED at 73.
1 out of 2 hunks FAILED -- saving rejects to file src/modules/rlm_python3/configure.ac.rej
This commit refreshes the package patches on the current package version.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9d8883971d
commit
1dc5fe6050
@@ -11,6 +11,8 @@ Signed-off-by: David Gouarin <david.gouarin@thalesgroup.com>
|
||||
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
|
||||
[Fabrice: update for 3.2.3]
|
||||
SIgned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
[Dario: make the patch to be applied with fuzz factor 0]
|
||||
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
||||
---
|
||||
scripts/libtool.mk | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
@@ -19,8 +21,7 @@ diff --git a/scripts/libtool.mk b/scripts/libtool.mk
|
||||
index 57915e1053..c28260dd7e 100644
|
||||
--- a/scripts/libtool.mk
|
||||
+++ b/scripts/libtool.mk
|
||||
@@ -43,8 +43,8 @@ ifeq "${LIBTOOL}" "JLIBTOOL"
|
||||
|
||||
@@ -48,8 +48,8 @@ ifeq "${LIBTOOL}" "JLIBTOOL"
|
||||
# binary!
|
||||
${JLIBTOOL}: ${top_makedir}/jlibtool.c
|
||||
$(Q)mkdir -p $(dir $@)
|
||||
|
||||
@@ -18,15 +18,17 @@ Fixes:
|
||||
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Upstream: https://github.com/FreeRADIUS/freeradius-server/pull/5263
|
||||
[Dario: make the patch to be applied with fuzz factor 0]
|
||||
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
||||
---
|
||||
src/modules/rlm_python/configure.ac | 4 ++--
|
||||
src/modules/rlm_python3/configure.ac | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/modules/rlm_python3/configure.ac b/src/modules/rlm_python3/configure.ac
|
||||
index e2f74574fb..ee30b324d9 100644
|
||||
--- a/src/modules/rlm_python3/configure.ac
|
||||
+++ b/src/modules/rlm_python3/configure.ac
|
||||
@@ -59,7 +59,7 @@ else
|
||||
@@ -44,7 +44,7 @@ else
|
||||
|
||||
dnl # Convert -I to -isystem to get rid of warnings about issues in Python headers
|
||||
dnl # Strip -systemroot
|
||||
@@ -35,8 +37,8 @@ index e2f74574fb..ee30b324d9 100644
|
||||
dnl # -D_FORTIFY_SOURCE needs -O.
|
||||
dnl # Strip debug symbol flags (-g[0-9]?). We decide on debugging symbols, not python
|
||||
dnl # Strip -W*, we decide what warnings are important
|
||||
@@ -73,7 +73,7 @@ else
|
||||
mod_cflags=`echo " $python_cflags" | sed -e '\
|
||||
@@ -56,7 +56,7 @@ else
|
||||
mod_cflags=`echo " $python3_cflags" | sed -e '\
|
||||
s/ -I/ -isystem/g;\
|
||||
s/ -isysroot[[ =]]\{0,1\}[[^-]]*/ /g;\
|
||||
- s/ -O[[^[[:blank:]]]]*/ /g;\
|
||||
|
||||
Reference in New Issue
Block a user