Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-03 18:02:31 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-11 23:17:15 +0400
commit69dca3a4f45e0ec98f2d28b91711e8d72b86dc26 (patch)
tree070c059514ac95e0a86e047970e3e14cbe1b8af3 /configure
parent304b806cb524fb040f8e09a241040f1af2cb820b (diff)
openbsd: Add minor number to shared library install name
This is what the OpenBSD porter's manual describes as correct, cf. http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0731c27ec9..453d25c163 100755
--- a/configure
+++ b/configure
@@ -2860,7 +2860,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"