summaryrefslogtreecommitdiffstats
path: root/hal/deck_hal
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/deck_hal
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/deck_hal')
-rwxr-xr-xhal/deck_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/deck_hal/Makefile b/hal/deck_hal/Makefile
index 340571a..0d66a46 100755
--- a/hal/deck_hal/Makefile
+++ b/hal/deck_hal/Makefile
@@ -32,7 +32,7 @@ CXXFLAGS += -Wall -fPIC
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