Module: libav
Branch: master
Commit: d5683aba5a4ca142ce9d446b565f7310107872c3

Author:    Brad Smith <b...@comstyle.com>
Committer: Diego Biurrun <di...@biurrun.de>
Date:      Sun Aug 26 16:23:06 2012 -0400

configure: Fix shared library creation for OpenBSD

OpenBSD does not expect or require symlinked shared libraries with
just the major version in the name.

Signed-off-by: Diego Biurrun <di...@biurrun.de>

---

 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 12052c0..5a626b2 100755
--- a/configure
+++ b/configure
@@ -2590,6 +2590,8 @@ case $target_os in
         enable pic
         disable symver
         SHFLAGS='-shared'
+        SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
+        SLIB_INSTALL_LINKS=
         oss_indev_extralibs="-lossaudio"
         oss_outdev_extralibs="-lossaudio"
         ;;

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to