mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-08 17:57:37 +00:00
Removed a patch that didn't apply to the new version. Added three patches without changes from Fedora that allowed the new version to compile. See https://koji.fedoraproject.org/koji/buildinfo?buildID=1924183 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
442 B
Diff
13 lines
442 B
Diff
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
|