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

Felix Yan fyan at nymeria.archlinux.org
Tue May 7 16:05:28 UTC 2013


    Date: Tuesday, May 7, 2013 @ 18:05:27
  Author: fyan
Revision: 90163

upgpkg: kyotocabinet 1.2.76-3 disable CPU optimization to fix SIGILL

Modified:
  kyotocabinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-07 15:54:57 UTC (rev 90162)
+++ PKGBUILD	2013-05-07 16:05:27 UTC (rev 90163)
@@ -5,19 +5,19 @@
 
 pkgname=kyotocabinet
 pkgver=1.2.76
-pkgrel=2
+pkgrel=3
 pkgdesc="a modern implementation of DBM in C++"
 arch=('i686' 'x86_64')
 url="http://fallabs.com/kyotocabinet"
 license=('LGPL3')
-makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib')
+makedepends=('gcc' 'make' 'pkgconfig' 'zlib')
 depends=('zlib' 'gcc-libs')
 source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-opt
   make
 }
 
@@ -26,4 +26,5 @@
 
   make install DESTDIR="$pkgdir/"
 }
+
 sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')




More information about the arch-commits mailing list