Merge commit 'a0562e531723923b632684c7b51a9dd584bf534f'

* commit 'a0562e531723923b632684c7b51a9dd584bf534f':
  configure: Add a SONAME entry for the android target

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
pull/158/head
Hendrik Leppkes 9 years ago
commit 859c4ae402
  1. 3
      configure

3
configure vendored

@ -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"

Loading…
Cancel
Save