From ea19e7243b3a4bd49cbad0cf03a5e9f50b2e3148 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 25 Nov 2011 14:06:28 +0200 Subject: No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linker --- solenv/inc/unxandr.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'solenv/inc') 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= -- cgit