]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix wpa_passphrase build with NSS
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 30 Sep 2009 16:14:43 +0000 (19:14 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 30 Sep 2009 16:14:43 +0000 (19:14 +0300)
wpa_supplicant/Makefile

index 9e20c76a62e9f07421c8b7c585fe833066322d61..c01c71afa13d546dc36eef35d7e4c8b7b1b30a0f 100644 (file)
@@ -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)