configure: Fix shared library creation for OpenBSD

OpenBSD does not expect or require symlinked shared libraries with
just the major version in the name.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Brad Smith 2012-08-26 16:23:06 -04:00 committed by Diego Biurrun
parent 5395d882b4
commit d5683aba5a
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -2590,6 +2590,8 @@ case $target_os in
enable pic
disable symver
SHFLAGS='-shared'
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
SLIB_INSTALL_LINKS=
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
;;