summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-03 15:02:31 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-11 20:17:15 +0100
commit69dca3a4f45e0ec98f2d28b91711e8d72b86dc26 (patch)
tree070c059514ac95e0a86e047970e3e14cbe1b8af3 /configure
parent304b806cb524fb040f8e09a241040f1af2cb820b (diff)
downloadffmpeg-streaming-69dca3a4f45e0ec98f2d28b91711e8d72b86dc26.zip
ffmpeg-streaming-69dca3a4f45e0ec98f2d28b91711e8d72b86dc26.tar.gz
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 0731c27..453d25c 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"
OpenPOWER on IntegriCloud