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

Evangelos Foutras foutrelis at archlinux.org
Fri Jan 11 14:34:20 UTC 2019


    Date: Friday, January 11, 2019 @ 14:34:19
  Author: foutrelis
Revision: 343614

Fix build with autoconf-archive 2019.01.06

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-11 12:48:27 UTC (rev 343613)
+++ PKGBUILD	2019-01-11 14:34:19 UTC (rev 343614)
@@ -28,6 +28,10 @@
   sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
 
   NOCONFIGURE=1 ./autogen.sh
+
+  # https://gitlab.gnome.org/GNOME/gjs/issues/149
+  git checkout m4/ax_code_coverage.m4
+  autoreconf -v
 }
 
 build() {



More information about the arch-commits mailing list