summaryrefslogtreecommitdiff
path: root/package/zip/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-10-05 20:54:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-10-05 20:54:14 +0200
commita878bba25483a62161841561bea4968d5d0e0094 (patch)
tree4669bab82f93eedac3268ba6c938972ad89d0b83 /package/zip/Makefile
parente8188d2023ae388d57f1eeb1a450a298eb3bc26b (diff)
zip: fix gcc 14.x issue
Diffstat (limited to 'package/zip/Makefile')
-rw-r--r--package/zip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zip/Makefile b/package/zip/Makefile
index 77f6c6f1c..991963c33 100644
--- a/package/zip/Makefile
+++ b/package/zip/Makefile
@@ -31,7 +31,7 @@ MAKE_FILE:= unix/Makefile
ALL_TARGET:= generic_gcc
host-build:
- (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
+ (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} CC="$(HOST_CC) -std=gnu89" ${MAKE} -f ${MAKE_FILE} \
${HOST_MAKE_FLAGS} ${ALL_TARGET})
zip-hostinstall: