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

Antonio Rojas arojas at archlinux.org
Tue Oct 11 22:05:12 UTC 2016


    Date: Tuesday, October 11, 2016 @ 22:05:11
  Author: arojas
Revision: 278301

Build with -DNDEBUG (FS#51331)

Modified:
  crypto++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-11 21:33:57 UTC (rev 278300)
+++ PKGBUILD	2016-10-11 22:05:11 UTC (rev 278301)
@@ -8,7 +8,7 @@
 pkgname=crypto++
 pkgver=5.6.5
 _srcver=${pkgver//./}
-pkgrel=1
+pkgrel=2
 pkgdesc="A free C++ class library of cryptographic schemes"
 arch=('i686' 'x86_64')
 url="http://www.cryptopp.com/"
@@ -21,7 +21,7 @@
          'ea27f28fe0303fcaa24d83cf4a964d53')
 
 build() {
-  CXXFLAGS+=" -fPIC" make -f GNUmakefile-cross  
+  CXXFLAGS+=" -DNDEBUG -fPIC" make -f GNUmakefile-cross  
   make libcryptopp.so
 }
 



More information about the arch-commits mailing list