mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-26 16:38:17 +00:00
Merge pull request #2449 from philsmd/freebsd_liconv_fix
fixes #2162: add -liconv to FreeBSD's Makefile LFLAGS
This commit is contained in:
commit
6eaf1a7c8a
@ -260,6 +260,7 @@ CFLAGS_NATIVE := $(CFLAGS)
|
|||||||
LFLAGS_NATIVE := $(LFLAGS)
|
LFLAGS_NATIVE := $(LFLAGS)
|
||||||
LFLAGS_NATIVE += -lpthread
|
LFLAGS_NATIVE += -lpthread
|
||||||
LFLAGS_NATIVE += -lm
|
LFLAGS_NATIVE += -lm
|
||||||
|
LFLAGS_NATIVE += -liconv
|
||||||
endif
|
endif
|
||||||
endif # FreeBSD
|
endif # FreeBSD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user