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

Dave Reisner dreisner at archlinux.org
Sat Sep 22 20:17:23 UTC 2012


    Date: Saturday, September 22, 2012 @ 16:17:23
  Author: dreisner
Revision: 166938

upgpkg: snappy 1.0.5-2

Modified:
  snappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-22 19:34:15 UTC (rev 166937)
+++ PKGBUILD	2012-09-22 20:17:23 UTC (rev 166938)
@@ -9,6 +9,9 @@
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/snappy/"
 license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+options=('!libtool')
 source=("http://snappy.googlecode.com/files/$pkgname-$pkgver.tar.gz")
 md5sums=('4c0af044e654f5983f4acbf00d1ac236')
 
@@ -16,7 +19,7 @@
   cd "$pkgname-$pkgver"
 
   # compile without assertions
-  CPPFLAGS+=\ -DNDEBUG
+  CXXFLAGS+=\ -DNDEBUG
 
   ./configure --prefix=/usr
   make
@@ -24,7 +27,7 @@
 
 check() {
   # compile without assertions
-  CPPFLAGS+=\ -DNDEBUG
+  CXXFLAGS+=\ -DNDEBUG
 
   make -C "$pkgname-$pkgver" check
 }




More information about the arch-commits mailing list