summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-25 14:06:28 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-25 18:19:51 +0200
commitea19e7243b3a4bd49cbad0cf03a5e9f50b2e3148 (patch)
tree47818f28b2f7984d9d3af571f2567b2357324bf0 /solenv/inc
parent8fc420f4fa18a92eedd6bb7b34c8bc36ee2bac41 (diff)
No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linker
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/unxandr.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/solenv/inc/unxandr.mk b/solenv/inc/unxandr.mk
index 49b481a0498d..9d172dffe767 100644
--- a/solenv/inc/unxandr.mk
+++ b/solenv/inc/unxandr.mk
@@ -52,5 +52,13 @@ STDSHLCUIMT+=-llog -landroid -lgnustl_shared
# All shared libraries we build must start with "lib" because
# otherwise the Android package installer will not unpack them from
-# the .apk into the app's lib directory
+# the .apk into the app's lib directory.
ENFORCEDSHLPREFIX=lib
+
+# No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linker so
+# don't bother generating such.
+
+LINKFLAGSRUNPATH_URELIB=
+LINKFLAGSRUNPATH_UREBIN=
+LINKFLAGSRUNPATH_OOO=
+LINKFLAGSRUNPATH_SDK=