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>
pull/28/head
Brad Smith 13 years ago committed by Diego Biurrun
parent 5395d882b4
commit d5683aba5a
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save