summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libgd-bumpsoname.patch12
1 files changed, 12 insertions, 0 deletions
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).