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

Evangelos Foutras foutrelis at archlinux.org
Thu May 31 19:22:14 UTC 2018


    Date: Thursday, May 31, 2018 @ 19:22:13
  Author: foutrelis
Revision: 335288

Work around hang in leatherman_test

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 19:22:01 UTC (rev 335287)
+++ PKGBUILD	2018-05-31 19:22:13 UTC (rev 335288)
@@ -26,6 +26,9 @@
   # Do not treat warnings as errors
   CXXFLAGS+=' -Wno-error'
 
+  # Work around hang in leatherman_test
+  CXXFLAGS+=' -fno-strict-overflow'
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr
 
   make



More information about the arch-commits mailing list