]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-fix_64_archs.patch
use %{tirpcscflags} only if defined
[packages/busybox.git] / busybox-fix_64_archs.patch
CommitLineData
a7f0a442
AM
1--- busybox-1.34.1/editors/awk.c~ 2021-09-30 00:15:44.000000000 +0200
2+++ busybox-1.34.1/editors/awk.c 2021-10-21 11:14:38.813147922 +0200
3@@ -2606,7 +2606,7 @@ static NOINLINE var *exec_builtin(node *
4 #define TMPVAR2 (tmpvars + 2)
5 #define TMPVAR3 (tmpvars + 3)
6 #define TMPVAR(i) (tmpvars + (i))
5f03dd60
MM
7- isr = info = op->info;
8+ isr = info = (unsigned int) op->info;
9 op = op->l.n;
10
11 av[2] = av[3] = NULL;
This page took 0.290143 seconds and 4 git commands to generate.