summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-03-31 07:26:54 (GMT)
committerGitHub <noreply@github.com>2021-03-31 07:26:54 (GMT)
commit367fb985bd770262a46fa9277db17429138ff985 (patch)
tree4e707fda2def23317ffc24e05e997f24dd72beed /scripts
parent52eeb3b433d8fb73fa70efd2e30d4107f8d86291 (diff)
parent162797120976d5031809d8250d30596006be92f3 (diff)
Merge pull request #1468 from cpackham/strace-bump
Add strace 5.9, 5.10 and 5.11
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/500-strace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh
index 4f6d6aa..c28af35 100644
--- a/scripts/build/debug/500-strace.sh
+++ b/scripts/build/debug/500-strace.sh
@@ -21,7 +21,7 @@ do_debug_strace_build()
# <netinet/in.h> and <linux/in6.h>. Kernel's libc-compat.h
# only cares about GLIBC. uClibc-ng does the same
# internally, pretending it's GLIBC for kernel headers inclusion.
- cflags+=" -D__GLIBC__"
+ cflags+=" -D__GLIBC__ -D__USE_MISC"
fi
CT_mkdir_pushd "${CT_BUILD_DIR}/build-strace"