asan: fix build error on ASAN environment 98/267898/3 accepted/tizen/unified/20211214.124800 submit/tizen/20211214.012522
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 13 Dec 2021 04:39:17 +0000 (13:39 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Tue, 14 Dec 2021 00:37:25 +0000 (09:37 +0900)
commitec1618acfde8a3f90e329f609ee9b0b1e8438ed6
tree2b7206d853cd912b2d5ee8b14a428ac22581270f
parent5e85de8fa4ffee8f52ceaa86cd049132d5796133
asan: fix build error on ASAN environment

Normal build : -lgmodule-2.0 -pthread -lglib-2.0  -lcrypt  -ltzplatform-config-2.0
ASAN build   : -lgmodule-2.0 -pthread -lglib-2.0  -l  -ltzplatform-config-2.0

Ref: https://github.com/linux-pam/linux-pam/commit/01e0038fa55581c4afc9d63b6180d2ea77ba2940

Change-Id: Ia73ef164f9b08d209171d44df54de2f69a414dd8
configure.ac