From d146886763b39fe01e98d37097ee1940435e2717 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 30 Jan 2021 12:51:39 +0100 Subject: [PATCH] Corrected SONAME parameters to produce libburn.so.4.107.0 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index b1b869b..3b3bebe 100644 --- a/configure.ac +++ b/configure.ac @@ -151,12 +151,12 @@ LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION dnl dnl This is the release version libburn-1.5.4 dnl ### This is the development version after above release version -dnl ### LT_CURRENT++, LT_AGE++ has not yet happened. -dnl LT_CURRENT++, LT_AGE++ has happened meanwhile. +dnl LT_CURRENT++, LT_AGE++ has not yet happened. +dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl -dnl SONAME = 110 - 106 = 4 . Linux library name = libburn.so.4.106.0 -LT_CURRENT=110 -LT_AGE=106 +dnl SONAME = 111 - 107 = 4 . Linux library name = libburn.so.4.107.0 +LT_CURRENT=111 +LT_AGE=107 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`