]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix Android library configuration with OpenSSL build
authorJouni Malinen <j@w1.fi>
Tue, 1 Nov 2011 08:39:49 +0000 (10:39 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 1 Nov 2011 08:39:49 +0000 (10:39 +0200)
Commit bf9d5518d55e314cad2dbac0715ce151b2807691 did not split
LOCAL_SHARED_LIBRARIES properly and ended up removing the needed
libraries.

Signed-hostap: Jouni Malinen <j@w1.fi>

wpa_supplicant/Android.mk

index b45ab4680749bc8ad6289abcfccfb609ce46c3f1..a717be44880f8b557da444e62c9478c8cc6c5b7b 100644 (file)
@@ -1422,7 +1422,7 @@ LOCAL_STATIC_LIBRARIES += $(BOARD_WPA_SUPPLICANT_PRIVATE_LIB)
 endif
 LOCAL_SHARED_LIBRARIES := libc libcutils
 ifeq ($(CONFIG_TLS), openssl)
-LOCAL_SHARED_LIBRARIES := libcrypto libssl
+LOCAL_SHARED_LIBRARIES += libcrypto libssl
 endif
 ifdef CONFIG_DRIVER_NL80211
 LOCAL_SHARED_LIBRARIES += libnl_2