summaryrefslogtreecommitdiffstats
path: root/hal/positioning_hal/Makefile
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-22 07:31:12 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-23 13:37:19 +0000
commitf375d527c775582f4229a94d96177f18d80f0008 (patch)
treecb76ab1d10a3a454316a8af44ea8ae9d3430e3ad /hal/positioning_hal/Makefile
parent9ce78547cb47c9db0d75cc7b36f8e679e831820b (diff)
Fix the path to the directory for the libraries
Fix the path to the directory of the libraries, '/usr/agl/lib' to follow the standard, '/usr/lib' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I353cfe3017967ae25348ce10460e453a96d6424e
Diffstat (limited to 'hal/positioning_hal/Makefile')
-rwxr-xr-xhal/positioning_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/positioning_hal/Makefile b/hal/positioning_hal/Makefile
index d0d0a69..5e90c7a 100755
--- a/hal/positioning_hal/Makefile
+++ b/hal/positioning_hal/Makefile
@@ -37,7 +37,7 @@ CXXFLAGS += -DLINUX -D__CWORD71__VEHICLE_ -D__CWORD71_
LDFLAGS += -shared
LDFLAGS += -Wl,--no-as-needed
LDFLAGS += -Wl,--no-undefined
-LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib
+LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem
RPATH := /usr/lib