Fix nt_password_hash build

This needs librt on some systems for clock_gettime().

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-02-15 11:49:09 +02:00
parent a9b08adacf
commit 9aab81145a

View file

@ -95,6 +95,7 @@ ifeq ($(CONFIG_ELOOP), eloop)
LIBS += -lrt LIBS += -lrt
LIBS_c += -lrt LIBS_c += -lrt
LIBS_h += -lrt LIBS_h += -lrt
LIBS_n += -lrt
endif endif
OBJS += ../src/utils/common.o OBJS += ../src/utils/common.o