summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid Hill <dhill@mindcry.org>2012-06-14 02:20:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-14 02:21:17 +0200
commit266771f991fda83d12cac2608b408dfb6f53f38f (patch)
tree262f89c45d1e8933207ede305ff0675e6f7e8d1f /configure
parent0922633f924bc6eb6fa81b983d309b4c6619915d (diff)
configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"
;;