diff options
Diffstat (limited to 'sub/strace/Makefile')
-rw-r--r-- | sub/strace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/strace/Makefile b/sub/strace/Makefile index 0124395..a4fa04f 100644 --- a/sub/strace/Makefile +++ b/sub/strace/Makefile @@ -1,5 +1,5 @@ -STRACE_VERSION ?= 5.4 +STRACE_VERSION ?= 5.9 STRACE_MAKE_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),LDFLAGS=-static,) clean-strace: |