[Buildroot] [git commit branch/2023.11.x] package/postgis: drop autoreconf

Peter Korsgaard peter at korsgaard.com
Fri Jan 12 17:55:43 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=29b6749994f4a576cd37748b05b3e3bc71d2d223
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.11.x

Commit 1718c2ba6a4db1461b2490aa42ca4f0a2112adae removed all patches but
forgot to drop autoreconf

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Reviewed-by: Maxim Kochetkov <fido_max at inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit e39b53dd03c1adf53e5bc204b22382a063b501ce)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/postgis/postgis.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/postgis/postgis.mk b/package/postgis/postgis.mk
index 2fb98245a3..bb3955ec54 100644
--- a/package/postgis/postgis.mk
+++ b/package/postgis/postgis.mk
@@ -11,8 +11,6 @@ POSTGIS_MAKE = $(MAKE1)
 POSTGIS_LICENSE = GPL-2.0+ (PostGIS), BSD-3-Clause (xsl), GPL-2.0+ or LGPL-3.0+ (SFCGAL), MIT, Apache-2.0, ISC, BSL-1.0, CC-BY-SA-3.0
 POSTGIS_LICENSE_FILES = LICENSE.TXT
 POSTGIS_CPE_ID_VENDOR = postgis
-# configure.ac is patched so need to run autoreconf
-POSTGIS_AUTORECONF = YES
 
 POSTGIS_DEPENDENCIES = postgresql libgeos proj libxml2
 



More information about the buildroot mailing list