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:
parent
53fb4050f6
commit
d259689e19
@ -220,7 +220,7 @@ endif
|
||||
# ZLIB
|
||||
CFLAGS += -I$(DEPS_ZLIB_PATH)
|
||||
ifeq ($(USE_SYSTEM_ZLIB),1)
|
||||
LFLAGS += -lz
|
||||
LFLAGS += -lz -lminizip
|
||||
endif
|
||||
|
||||
# OpenCL
|
||||
|
Loading…
Reference in New Issue
Block a user