summarylogtreecommitdiffstats
path: root/libspatialite_macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libspatialite_macros.patch')
-rw-r--r--libspatialite_macros.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libspatialite_macros.patch b/libspatialite_macros.patch
new file mode 100644
index 000000000000..9b71ab7658a2
--- /dev/null
+++ b/libspatialite_macros.patch
@@ -0,0 +1,12 @@
+diff -rupN --no-dereference libspatialite-5.0.1/configure.ac libspatialite-5.0.1-new/configure.ac
+--- libspatialite-5.0.1/configure.ac 2021-03-08 08:57:18.748858216 +0100
++++ libspatialite-5.0.1-new/configure.ac 2021-03-08 08:57:18.751858215 +0100
+@@ -96,7 +96,7 @@ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ AC_LIBTOOL_WIN32_DLL
+-AC_PROG_LIBTOOL
++LT_INIT
+
+ # Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST