[FFmpeg-cvslog] openbsd: Add minor number to shared library install name
Diego Biurrun
git at videolan.org
Tue Feb 12 14:05:01 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Feb 3 15:02:31 2013 +0100| [69dca3a4f45e0ec98f2d28b91711e8d72b86dc26] | committer: Diego Biurrun
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69dca3a4f45e0ec98f2d28b91711e8d72b86dc26
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
More information about the ffmpeg-cvslog
mailing list