mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 18:08:20 +00:00
Merge pull request #2459 from xvitaly/minizip-fix
Fixed linkage against packaged version of minizip (part of zlib)
This commit is contained in:
commit
ca8a8b33e6
@ -220,7 +220,7 @@ endif
|
|||||||
# ZLIB
|
# ZLIB
|
||||||
CFLAGS += -I$(DEPS_ZLIB_PATH)
|
CFLAGS += -I$(DEPS_ZLIB_PATH)
|
||||||
ifeq ($(USE_SYSTEM_ZLIB),1)
|
ifeq ($(USE_SYSTEM_ZLIB),1)
|
||||||
LFLAGS += -lz
|
LFLAGS += -lz -lminizip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# OpenCL
|
# OpenCL
|
||||||
|
Loading…
Reference in New Issue
Block a user