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

Antonio Rojas arojas at archlinux.org
Mon Jul 1 20:16:02 UTC 2019


    Date: Monday, July 1, 2019 @ 20:16:01
  Author: arojas
Revision: 357217

Disable asserts (FS#63056)

Modified:
  qt5-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-01 20:05:40 UTC (rev 357216)
+++ PKGBUILD	2019-07-01 20:16:01 UTC (rev 357217)
@@ -5,7 +5,7 @@
 pkgname=qt5-webkit
 _pkgver=5.212.0-alpha3
 pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -25,6 +25,7 @@
 
   cmake ../qtwebkit-$_pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
     -DPORT=Qt \
     -DENABLE_TOOLS=OFF
   make



More information about the arch-commits mailing list