Link hashcat native binary with -lrt to workaround problems with clock_gettime() on libc versions < 2.17
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user