summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/zlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/zlib/Makefile b/runtime/zlib/Makefile
index ca08ff9b45..f9822d5c29 100644
--- a/runtime/zlib/Makefile
+++ b/runtime/zlib/Makefile
@@ -11,6 +11,7 @@ BYTECODE_LIBRARY=1
BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=z
+CPPFLAGS += -DNO_DUMMY_DECL=1
Source = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
zutil.c inflate.c infback.c inftrees.c inffast.c