Date: Sunday, June 26, 2022 @ 10:29:38
  Author: andyrtr
Revision: 449432

drop invalid --enable-json1 configure switch - this is default from 3.38.0 on

Modified:
  sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-26 10:15:57 UTC (rev 449431)
+++ PKGBUILD    2022-06-26 10:29:38 UTC (rev 449432)
@@ -17,7 +17,7 @@
         https://www.sqlite.org/2022/sqlite-doc-${_docver}.zip
         sqlite-lemon-system-template.patch
         license.txt)
-options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+options=('!emptydirs') # '!makeflags') # json extensions breaks parallel build
 # upstream now switched to sha3sums - currently not suppoerted by makepkg
 sha256sums=('b3585f37dd106dbb3d46c8c17a2d275f9a4b87df8c4509bd2d6a5b40032426e6'
             '8b624d9555f69be3a13d5ee948b04ea200e33fcb8ba40f0c5c1d220a81d0f542'
@@ -55,7 +55,6 @@
        --enable-fts4 \
        --enable-fts5 \
        --enable-rtree \
-       --enable-json1 \
        TCLLIBDIR=/usr/lib/sqlite$pkgver
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make

Reply via email to