From 266771f991fda83d12cac2608b408dfb6f53f38f Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 14 Jun 2012 02:20:47 +0200 Subject: configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit) Signed-off-by: Michael Niedermayer --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index ae45e26feb..8cd5467c5d 100755 --- a/configure +++ b/configure @@ -2711,6 +2711,7 @@ case $target_os in enable pic disable symver SHFLAGS='-shared' + SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)' oss_indev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio" ;; -- cgit v1.2.3