Link hashcat native binary with -lrt to workaround problems with clock_gettime() on libc versions < 2.17

pull/1503/head
jsteube 6 years ago
parent 213de0ba43
commit 01a7476ff8

@ -210,6 +210,7 @@ CFLAGS_NATIVE += -DWITH_HWMON
LFLAGS_NATIVE := $(LFLAGS)
LFLAGS_NATIVE += -lpthread
LFLAGS_NATIVE += -ldl
LFLAGS_NATIVE += -lrt
endif # Linux
ifeq ($(UNAME),FreeBSD)

Loading…
Cancel
Save