From 69dca3a4f45e0ec98f2d28b91711e8d72b86dc26 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 3 Feb 2013 15:02:31 +0100 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"