15 lines
796 B
Diff
15 lines
796 B
Diff
diff -up xmlsec1-1.3.11/configure.ac.orig xmlsec1-1.3.11/configure.ac
|
|
--- xmlsec1-1.3.11/configure.ac.orig 2026-05-15 17:19:56.892068331 +0200
|
|
+++ xmlsec1-1.3.11/configure.ac 2026-05-15 17:36:10.629714699 +0200
|
|
@@ -21,10 +21,7 @@ XMLSEC_VERSION_SAFE="${XMLSEC_VERSION_MA
|
|
# * If any interfaces have been removed or changed since the last public release, then
|
|
# set age to 0.
|
|
#
|
|
-# For simplicity we just bump current all the time and don't bother
|
|
-#
|
|
-XMLSEC_VERSION_CURRENT=$((10000 * XMLSEC_VERSION_MAJOR + 100 * XMLSEC_VERSION_MINOR + XMLSEC_VERSION_SUBMINOR))
|
|
-XMLSEC_VERSION_INFO="${XMLSEC_VERSION_CURRENT}:0:0"
|
|
+XMLSEC_VERSION_INFO="$((XMLSEC_VERSION_MAJOR + XMLSEC_VERSION_MINOR)):${XMLSEC_VERSION_SUBMINOR}:${XMLSEC_VERSION_MINOR}"
|
|
|
|
AC_SUBST(XMLSEC_VERSION)
|
|
AC_SUBST(XMLSEC_PACKAGE)
|