[arch-commits] CVS update of arch/build/lib/apr (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Aug 25 12:34:33 UTC 2007


    Date: Saturday, August 25, 2007 @ 08:34:33
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/apr

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: apr 1.2.9-1
Force nonportable atomics to optimize for i486 and up


----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


Index: arch/build/lib/apr/PKGBUILD
diff -u arch/build/lib/apr/PKGBUILD:1.6 arch/build/lib/apr/PKGBUILD:1.7
--- arch/build/lib/apr/PKGBUILD:1.6	Sat Jan 20 06:27:05 2007
+++ arch/build/lib/apr/PKGBUILD	Sat Aug 25 08:34:32 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.6 2007/01/20 11:27:05 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/08/25 12:34:32 jgc Exp $
 # Maintainer: Jason Chu <jason at archlinux.org>
 force=y
 pkgname=apr
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=(i686 x86_64)
 url="http://apr.apache.org/"
 depends=('e2fsprogs')
-options=('nolibtool')
+options=('!libtool')
 license=(APACHE)
 source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2
 	fix-apr.pc.patch
 	fix_apr-config.patch
 	ship_find_apr.m4.patch)
-md5sums=('c573f1b3046991a2624002398b078ad5' 'cc4e960c14a55aba304a247c4cfd63d9'\
-         'b57edc9ef228f1a90d1aa85d73e53695' 'd85eb89f076e19a137afc4dd957874ab')
+md5sums=('86a5a7d0f8807b97645956a2b4ed6f14'
+         'cc4e960c14a55aba304a247c4cfd63d9'
+         'b57edc9ef228f1a90d1aa85d73e53695'
+         'd85eb89f076e19a137afc4dd957874ab')
 
 build() {
   cd ${startdir}/src/apr-${pkgver}
@@ -26,7 +28,8 @@
   export ac_cv_search_shm_open=no
 
   ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
-  	--with-installbuilddir=/usr/share/apr-1/build
+  	--with-installbuilddir=/usr/share/apr-1/build \
+	--enable-nonportable-atomics
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list