Remove unneeded lib dependency. 87/307487/2
authorYongGeol Jung <yg48.jung@samsung.com>
Tue, 5 Mar 2024 06:48:04 +0000 (22:48 -0800)
committerDae-Hyun Ko <dhyuna.ko@samsung.com>
Mon, 11 Mar 2024 05:23:30 +0000 (05:23 +0000)
|boost_system| library is not used in chromium and related dependency from
|wgt-manifest-handlers| is also removed.

Change-Id: I6feab2e921c816c8b588c7a0d6fc8c4d03b0c29b
Signed-off-by: YongGeol Jung <yg48.jung@samsung.com>
wrt/BUILD.gn

index ed7e1d7..2c97238 100644 (file)
@@ -299,9 +299,6 @@ config("wrt_config") {
     ]
   }
 
-  ldflags = [
-    "-lboost_system", # For avoid link order issue
-  ]
   if (use_lto) {
     ldflags += [ "-lm" ]
   }