summaryrefslogtreecommitdiff
path: root/contrib/pngminim/encoder/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pngminim/encoder/makefile')
-rw-r--r--contrib/pngminim/encoder/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile
index d6f39e2ea..810b8c8fa 100644
--- a/contrib/pngminim/encoder/makefile
+++ b/contrib/pngminim/encoder/makefile
@@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f
COPY=cp
-CFLAGS=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1
+CFLAGS=-DPNG_USER_CONFIG -DZ_SOLO -DNO_GZIP -I. -O1
C=.c
O=.o