[arch-commits] Commit in apr/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Thomas Bächler thomas at archlinux.org
Fri Sep 4 11:42:59 UTC 2009


    Date: Friday, September 4, 2009 @ 07:42:59
  Author: thomas
Revision: 50962

Merged revisions 50687 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/apr/trunk

........
  r50687 | jgc | 2009-08-31 13:32:02 +0200 (Mo, 31 Aug 2009) | 1 line
  
  Force-disable some syscalls, otherwise apr applications fail to run on any kernel older than 2.6.28
........

Modified:
  apr/repos/extra-x86_64/	(properties)
  apr/repos/extra-x86_64/PKGBUILD

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


Property changes on: apr/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /apr/trunk:1-50307
   + /apr/trunk:1-50961

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-09-04 11:41:14 UTC (rev 50961)
+++ extra-x86_64/PKGBUILD	2009-09-04 11:42:59 UTC (rev 50962)
@@ -3,7 +3,7 @@
 
 pkgname=apr
 pkgver=1.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
@@ -11,9 +11,14 @@
 options=('!libtool')
 license=('APACHE')
 source=("http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2")
+md5sums=('3c7e3a39ae3d3573f49cb74e2dbf87a2')
 
 build() {
 	cd "${srcdir}/apr-${pkgver}"
+  export apr_cv_epoll_create1=no
+  export apr_cv_dup3=no
+  export apr_cv_accept4=no
+  export apr_cv_sock_cloexec=no
 
 	./configure --prefix=/usr --includedir=/usr/include/apr-1 \
 		--with-installbuilddir=/usr/share/apr-1/build \
@@ -22,4 +27,3 @@
 	make || return 1
 	make DESTDIR="${pkgdir}" install || return 1
 }
-md5sums=('3c7e3a39ae3d3573f49cb74e2dbf87a2')




More information about the arch-commits mailing list