From 8806ea476730c2133c873825ddbb7510547178af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Feb 2023 07:26:42 +0100 Subject: missing patch --- libgd-bumpsoname.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libgd-bumpsoname.patch diff --git a/libgd-bumpsoname.patch b/libgd-bumpsoname.patch new file mode 100644 index 0000000..dadcc5d --- /dev/null +++ b/libgd-bumpsoname.patch @@ -0,0 +1,12 @@ +diff -up ./config/getlib.sh.old ./config/getlib.sh +--- ./config/getlib.sh.old 2021-12-02 10:39:08.156110846 +0100 ++++ ./config/getlib.sh 2021-12-02 10:39:11.003100629 +0100 +@@ -8,7 +8,7 @@ GDLIB_REVISION=$("${GETVER}" RELEASE) + # Dynamic library version information + # See http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info + +-GDLIB_LT_CURRENT=3 ++GDLIB_LT_CURRENT=103 + # This is the version where the soname (current above) changes. We use it + # to reset the revision base back to zero. It's a bit of a pain, but some + # systems restrict the revision range below to [0..255] (like OS X). -- cgit