diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-11-02 11:58:16 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-11-02 11:58:16 +0100 |
commit | 859c4ae402ac297fa1ba547a267ba8337e26d123 (patch) | |
tree | bed09523215c388fbb9c279ac30c431dc0cb5e5b /configure | |
parent | d15adeacf3e61cd8d2169c090bf06f6d8fc62f8b (diff) | |
parent | a0562e531723923b632684c7b51a9dd584bf534f (diff) | |
download | ffmpeg-859c4ae402ac297fa1ba547a267ba8337e26d123.tar.gz |
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-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |