From: Jouni Malinen Date: Sat, 15 Feb 2014 09:49:09 +0000 (+0200) Subject: Fix nt_password_hash build X-Git-Tag: hostap_2_2~855 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9aab81145a6ce26272b198419d288a0417e683c5;p=thirdparty%2Fhostap.git Fix nt_password_hash build This needs librt on some systems for clock_gettime(). Signed-off-by: Jouni Malinen --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 5fd648107..ef093e5bf 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -95,6 +95,7 @@ ifeq ($(CONFIG_ELOOP), eloop) LIBS += -lrt LIBS_c += -lrt LIBS_h += -lrt +LIBS_n += -lrt endif OBJS += ../src/utils/common.o