Parcourir la source

Fix wpa_passphrase build with NSS

Jouni Malinen il y a 15 ans
Parent
commit
9fac49c15c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      wpa_supplicant/Makefile

+ 2 - 0
wpa_supplicant/Makefile

@@ -658,6 +658,7 @@ endif
 ifeq ($(CONFIG_TLS), nss)
 OBJS += ../src/crypto/tls_nss.o
 LIBS += -lnss3 -lssl3
+LIBS_p += -lnss3
 endif
 ifeq ($(CONFIG_TLS), internal)
 OBJS += ../src/crypto/tls_internal.o
@@ -730,6 +731,7 @@ ifeq ($(CONFIG_TLS), schannel)
 endif
 ifeq ($(CONFIG_TLS), nss)
 LIBS += -lnss3
+LIBS_p += -lnss3
 endif
 ifeq ($(CONFIG_TLS), internal)
 ifeq ($(CONFIG_CRYPTO), libtomcrypt)