Skip to content
Commit 355e9197 authored by Hugh McMaster's avatar Hugh McMaster Committed by Werner Lemberg
Browse files

[gzip] Don't compile internal zlib development files when using system zlib.

`src/gzip/rules.mk` compiles the internal zlib sources even when using the
zlib development files provided by a host system.  If the internal zlib
development files are not present, FreeType fails to build from source.

This patch ensures the internal zlib development files are only
prerequisites when not using zlib development files on a host system.

* src/gzip/rules.mk (GZIP_DRV_SRCS): Define conditionally.
parent e4586d96
Pipeline #928256 passed with stage
in 5 minutes and 46 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment