Date: Monday, September 5, 2011 @ 02:30:50
  Author: andyrtr
Revision: 137007

reenable AES-NI for i686 for next build; seems to build well now and passes all 
tests also on i686

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-09-05 06:14:20 UTC (rev 137006)
+++ PKGBUILD    2011-09-05 06:30:50 UTC (rev 137007)
@@ -3,7 +3,7 @@
 
 pkgname=libgcrypt
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a general purpose crypto library based on the code used"
 arch=(i686 x86_64)
 url="http://www.gnupg.org";
@@ -18,16 +18,16 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  [ "$CARCH" = "i686" ] && EXTRAFLAGS="--disable-aesni-support"
+#  [ "$CARCH" = "i686" ] && EXTRAFLAGS="--disable-aesni-support"
   ./configure --prefix=/usr \
        --disable-static \
-       --disable-padlock-support $EXTRAFLAGS
+       --disable-padlock-support #$EXTRAFLAGS
   make
 }
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check
+  make check
 }
 
 package() {

Reply via email to