summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-11-02 11:58:16 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-11-02 11:58:16 +0100
commit859c4ae402ac297fa1ba547a267ba8337e26d123 (patch)
treebed09523215c388fbb9c279ac30c431dc0cb5e5b /configure
parentd15adeacf3e61cd8d2169c090bf06f6d8fc62f8b (diff)
parenta0562e531723923b632684c7b51a9dd584bf534f (diff)
Merge commit 'a0562e531723923b632684c7b51a9dd584bf534f'
* commit 'a0562e531723923b632684c7b51a9dd584bf534f': configure: Add a SONAME entry for the android target Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 4518646ca2..f770534128 100755
--- a/configure
+++ b/configure
@@ -4349,8 +4349,7 @@ case $target_os in
enable section_data_rel_ro
SLIB_INSTALL_NAME='$(SLIBNAME)'
SLIB_INSTALL_LINKS=
- # soname not set on purpose
- SHFLAGS=-shared
+ SHFLAGS='-shared -Wl,-soname,$(SLIBNAME)'
;;
haiku)
prefix_default="/boot/common"