aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2008-12-19 00:37:23 -0800
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-12-23 11:25:26 -0800
commit52cd2c701ade56fca4ec72d3feb7a071f57d5699 (patch)
tree35bea0fc1a5b712cf4663c7d7942227bd34f8f74
parent6cf3f63d8a5fee5fcc38952aa574ff18855e18e8 (diff)
downloadmars-src-52cd2c701ade56fca4ec72d3feb7a071f57d5699.tar.gz
task: Makefile fix for linking core library not installed in standard path
A workaround for libtool undesirably embedding the rpath into the task library when linking mars core library that is not installed to the standard library path. Signed-off-by: Yuji Mano <yuji.mano@am.sony.com>
-rw-r--r--task/src/host/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/task/src/host/lib/Makefile.am b/task/src/host/lib/Makefile.am
index f820708..e69a107 100644
--- a/task/src/host/lib/Makefile.am
+++ b/task/src/host/lib/Makefile.am
@@ -122,7 +122,7 @@ libmars_task_la_LDFLAGS = \
-version-info 1:0:0 \
-Wl,-Map -Wl,$@.map -Wl,--cref
-libmars_task_la_LIBADD = -lmars_core
+libmars_task_la_LIBADD = -Wl,-lmars_core
BUILT_SOURCES = mars_task_module.c