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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 7 16:50:57 UTC 2016


    Date: Monday, November 7, 2016 @ 16:50:57
  Author: foutrelis
Revision: 280034

Workaround for failing test on x86_64

Modified:
  js/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 12:27:26 UTC (rev 280033)
+++ PKGBUILD	2016-11-07 16:50:57 UTC (rev 280034)
@@ -26,6 +26,7 @@
 
 build() {
   unset CPPFLAGS
+  CXXFLAGS+=' -fno-delete-null-pointer-checks'
   cd mozjs-$pkgver/js/src
   ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
      --enable-readline --enable-threadsafe



More information about the arch-commits mailing list