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

Allan McRae allan at archlinux.org
Sun Jun 22 08:22:43 UTC 2008


    Date: Sunday, June 22, 2008 @ 04:22:42
  Author: allan
Revision: 3335

upgpkg: fakechroot 2.6-1.1

Modified:
  fakechroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-22 07:39:42 UTC (rev 3334)
+++ PKGBUILD	2008-06-22 08:22:42 UTC (rev 3335)
@@ -4,7 +4,7 @@
 
 pkgname=fakechroot
 pkgver=2.6
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Gives a fake chroot environment"
 arch=('i686' 'x86_64')
 url="http://fakechroot.alioth.debian.org"
@@ -18,6 +18,8 @@
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # fix type mismatch on x86_64
+  sed -i "s/int readlink/ssize_t readlink/" src/libfakechroot.c
   ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot
   make || return 1
   make DESTDIR=${pkgdir} install





More information about the arch-commits mailing list