You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -2860,7 +2860,7 @@ case $target_os in
|
|||||||
openbsd|bitrig)
|
openbsd|bitrig)
|
||||||
disable symver
|
disable symver
|
||||||
SHFLAGS='-shared'
|
SHFLAGS='-shared'
|
||||||
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
|
SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
|
||||||
SLIB_INSTALL_LINKS=
|
SLIB_INSTALL_LINKS=
|
||||||
oss_indev_extralibs="-lossaudio"
|
oss_indev_extralibs="-lossaudio"
|
||||||
oss_outdev_extralibs="-lossaudio"
|
oss_outdev_extralibs="-lossaudio"
|
||||||
|
Reference in New Issue
Block a user