summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongwei Ren <hongren@codeaurora.org>2021-04-30 17:29:00 +0530
committerHongwei Ren <hongren@codeaurora.org>2021-05-27 15:02:04 +0530
commitf9505080a581c455631737d68369a435ce0405e7 (patch)
treeefa7fdfc2a74416802a8df9caabbd44cb9fd19e6
parent8dbca1ae84793b8a39adec1fe652963b69ea52a1 (diff)
Wlan: Fix the problem of strlcpy in LE platform
Change-Id: I6b026a7a81257e222b38f3a5bdfb88050be1c872
-rw-r--r--qcwcn/wpa_supplicant_8_lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qcwcn/wpa_supplicant_8_lib/Makefile.am b/qcwcn/wpa_supplicant_8_lib/Makefile.am
index e314452..d8c9a5c 100644
--- a/qcwcn/wpa_supplicant_8_lib/Makefile.am
+++ b/qcwcn/wpa_supplicant_8_lib/Makefile.am
@@ -11,7 +11,7 @@ endif
AM_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast \
-Wno-maybe-uninitialized -Wno-parentheses \
- -DCONFIG_P2P
+ -DCONFIG_P2P -lcutils
h_sources = driver_cmd_nl80211_extn.h
library_includedir = $(pkgincludedir)