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

Antonio Rojas arojas at archlinux.org
Sun Aug 27 18:46:37 UTC 2017


    Date: Sunday, August 27, 2017 @ 18:46:36
  Author: arojas
Revision: 254634

Supress debug messages (FS#52696)

Modified:
  rapidsvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-27 17:45:05 UTC (rev 254633)
+++ PKGBUILD	2017-08-27 18:46:36 UTC (rev 254634)
@@ -6,7 +6,7 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework."
 url='http://rapidsvn.tigris.org/'
 arch=('i686' 'x86_64')
@@ -35,6 +35,7 @@
 
   autoreconf -vi
 
+  export CPPFLAGS+=' -DNDEBUG' # https://bugs.archlinux.org/task/52696
   sed -i 's#src/tests/svncpp/Makefile##' configure
   [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \
     --with-apu-config="`which apu-1-config`" \



More information about the arch-commits mailing list