changeset 6248:1c4922328c4f

Force autoreconf some packages. * src/build-pkg-config.mk, src/pkg-config.mk, src/sqlite.mk: Force autoreconf with updated libtool.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 28 May 2022 09:26:09 +0200
parents 6b02060ae71c
children d587e7770bd9
files src/build-pkg-config.mk src/pkg-config.mk src/sqlite.mk
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-pkg-config.mk	Fri May 27 16:59:59 2022 +0200
+++ b/src/build-pkg-config.mk	Sat May 28 09:26:09 2022 +0200
@@ -24,7 +24,7 @@
 
 define $(PKG)_BUILD
     mkdir '$(1).build'
-    cd '$(1)' && autoreconf
+    cd '$(1)' && autoreconf -fi
     cd '$(1).build' && '$(1)/configure' \
         --with-internal-glib \
         $($(PKG)_CONFIG_OPTS) \
--- a/src/pkg-config.mk	Fri May 27 16:59:59 2022 +0200
+++ b/src/pkg-config.mk	Sat May 28 09:26:09 2022 +0200
@@ -24,7 +24,7 @@
 
 define $(PKG)_BUILD
     mkdir '$(1).build'
-    cd '$(1)' && autoreconf
+    cd '$(1)' && autoreconf -fi
     cd '$(1).build' && '$(1)/configure' \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(CONFIGURE_CPPFLAGS) \
--- a/src/sqlite.mk	Fri May 27 16:59:59 2022 +0200
+++ b/src/sqlite.mk	Sat May 28 09:26:09 2022 +0200
@@ -30,7 +30,7 @@
     if [ $(MXE_WINDOWS_BUILD) = yes ]; then \
       $(SED) -i 's/^Cflags/#Cflags/;' '$(1)/sqlite3.pc.in'; \
     fi
-    cd '$(1)' && autoreconf && ./configure \
+    cd '$(1)' && autoreconf -fi && ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \