mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-18 10:32:04 +00:00
Link hashcat native binary with -lrt to workaround problems with clock_gettime() on libc versions < 2.17
This commit is contained in:
parent
213de0ba43
commit
01a7476ff8
@ -210,6 +210,7 @@ CFLAGS_NATIVE += -DWITH_HWMON
|
|||||||
LFLAGS_NATIVE := $(LFLAGS)
|
LFLAGS_NATIVE := $(LFLAGS)
|
||||||
LFLAGS_NATIVE += -lpthread
|
LFLAGS_NATIVE += -lpthread
|
||||||
LFLAGS_NATIVE += -ldl
|
LFLAGS_NATIVE += -ldl
|
||||||
|
LFLAGS_NATIVE += -lrt
|
||||||
endif # Linux
|
endif # Linux
|
||||||
|
|
||||||
ifeq ($(UNAME),FreeBSD)
|
ifeq ($(UNAME),FreeBSD)
|
||||||
|
Loading…
Reference in New Issue
Block a user