Parcourir la source

Fix nt_password_hash build

This needs librt on some systems for clock_gettime().

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 11 ans
Parent
commit
9aab81145a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      hostapd/Makefile

+ 1 - 0
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