asan: fix build error on ASAN environment 49/267949/1 accepted/tizen/6.5/unified/20211214.124640 submit/tizen_6.5/20211214.012541
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 13 Dec 2021 04:39:17 +0000 (13:39 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 14 Dec 2021 01:23:43 +0000 (01:23 +0000)
commit8830a36ed3ee3943a4f14b15406447f4899e2c00
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
(cherry picked from commit ec1618acfde8a3f90e329f609ee9b0b1e8438ed6)
configure.ac