[arch-commits] Commit in libspatialite/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jun 19 03:36:01 UTC 2019


    Date: Wednesday, June 19, 2019 @ 03:36:01
  Author: bgyorgy
Revision: 482290

upgpkg: libspatialite 4.3.0.a-5

Rebuild for proj 6.1.0

Modified:
  libspatialite/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 03:01:46 UTC (rev 482289)
+++ PKGBUILD	2019-06-19 03:36:01 UTC (rev 482290)
@@ -4,7 +4,7 @@
 
 pkgname=libspatialite
 pkgver=4.3.0.a
-pkgrel=4
+pkgrel=5
 pkgdesc="SQLite extension to support spatial data types and operations"
 arch=('x86_64')
 url="https://www.gaia-gis.it/fossil/libspatialite"
@@ -16,7 +16,7 @@
 build() {
   cd "${srcdir}"/$pkgname-4.3.0a
 
-  ./configure --prefix=/usr --enable-libxml2
+  ./configure --prefix=/usr --enable-libxml2 CFLAGS="$CFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
   make
 }
 



More information about the arch-commits mailing list