]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix nt_password_hash build
authorJouni Malinen <j@w1.fi>
Sat, 15 Feb 2014 09:49:09 +0000 (11:49 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 15 Feb 2014 09:49:40 +0000 (11:49 +0200)
This needs librt on some systems for clock_gettime().

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Makefile

index 5fd64810709c7e1407061e0ad3d4f3ffce526b0a..ef093e5bf0ea343904a8bf1bf1d6a97014620b4a 100644 (file)
@@ -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