From d5683aba5a4ca142ce9d446b565f7310107872c3 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 26 Aug 2012 16:23:06 -0400 Subject: 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 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 12052c0056..5a626b2a55 100755 --- a/configure +++ b/configure @@ -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" ;; -- cgit v1.2.3