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

Pierre Schmitz pierre at archlinux.org
Sat Jan 16 21:35:36 UTC 2010


    Date: Saturday, January 16, 2010 @ 16:35:36
  Author: pierre
Revision: 63268

assembler optimized code might cause problems with NX/PAX

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-16 21:27:50 UTC (rev 63267)
+++ PKGBUILD	2010-01-16 21:35:36 UTC (rev 63268)
@@ -3,7 +3,7 @@
 
 pkgname=zlib
 pkgver=1.2.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='compression library implementing the deflate compression method found in gzip and PKZIP'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -27,12 +27,7 @@
 	patch -p1 -i ${srcdir}/revert-eof-reporting.patch || return 1
 	patch -p1 -i ${srcdir}/revert-transparent-feof-test.patch || return 1
 	./configure --prefix=/usr --shared
-	if [ "${CARCH}" == "x86_64" ]; then
-		ln -s contrib/amd64/amd64-match.S match.S
-	elif [ "${CARCH}" == "i686" ]; then
-		ln -s contrib/asm686/match.S match.S
-	fi
-	make LOC=-DASMV OBJA=match.o PIC_OBJA=match.lo || return 1
+	make || return 1
 
 	grep -A 24 '^  Copyright' zlib.h > LICENSE
 }




More information about the arch-commits mailing list