1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +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:
Jens Steube 2020-06-15 15:02:41 +02:00 committed by GitHub
commit 6eaf1a7c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ CFLAGS_NATIVE := $(CFLAGS)
LFLAGS_NATIVE := $(LFLAGS)
LFLAGS_NATIVE += -lpthread
LFLAGS_NATIVE += -lm
LFLAGS_NATIVE += -liconv
endif
endif # FreeBSD