diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-03 15:02:31 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-11 20:17:15 +0100 |
commit | 69dca3a4f45e0ec98f2d28b91711e8d72b86dc26 (patch) | |
tree | 070c059514ac95e0a86e047970e3e14cbe1b8af3 /configure | |
parent | 304b806cb524fb040f8e09a241040f1af2cb820b (diff) | |
download | ffmpeg-69dca3a4f45e0ec98f2d28b91711e8d72b86dc26.tar.gz |
openbsd: Add minor number to shared library install name
This is what the OpenBSD porter's manual describes as correct, cf.
http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2860,7 +2860,7 @@ case $target_os in openbsd|bitrig) disable symver SHFLAGS='-shared' - SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)' + SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)' SLIB_INSTALL_LINKS= oss_indev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio" |