1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-30 22:35:43 +00:00

Fixed linkage against packaged version of minizip (part of zlib).

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
Vitaly Zaitsev 2020-06-17 16:06:25 +02:00
parent 53fb4050f6
commit d259689e19
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

View File

@ -220,7 +220,7 @@ endif
# ZLIB
CFLAGS += -I$(DEPS_ZLIB_PATH)
ifeq ($(USE_SYSTEM_ZLIB),1)
LFLAGS += -lz
LFLAGS += -lz -lminizip
endif
# OpenCL