summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-12 13:41:24 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-12 13:41:24 +0100
commit08db519e1275d301417be0013ef3eb03e9381935 (patch)
tree72419e876bc2704d69a3643a0dca62d50f574f5a /configure
parent7491356111e7f171b6cd4f23a8d8fb32439485ca (diff)
parent56dea32f09e71460add14a1b6d0fbe6eb16f02a4 (diff)
Merge commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4'
* commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4': doc: developer: Fix wording in "naming conventions" section openbsd: Add minor number to shared library install name Conflicts: doc/developer.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e7953cc37d..4a8d85fff2 100755
--- a/configure
+++ b/configure
@@ -3162,7 +3162,7 @@ case $target_os in
openbsd|bitrig)
disable symver
SHFLAGS='-shared'
- SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
+ SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
SLIB_INSTALL_LINKS=
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"