mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
fixes #2162: add -liconv to FreeBSD's Makefile LFLAGS
This commit is contained in:
parent
9dffc69089
commit
0ef0a1673f
@ -260,6 +260,7 @@ CFLAGS_NATIVE := $(CFLAGS)
|
||||
LFLAGS_NATIVE := $(LFLAGS)
|
||||
LFLAGS_NATIVE += -lpthread
|
||||
LFLAGS_NATIVE += -lm
|
||||
LFLAGS_NATIVE += -liconv
|
||||
endif
|
||||
endif # FreeBSD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user