[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun Jan 25 11:57:18 UTC 2009


    Date: Sunday, January 25, 2009 @ 06:57:18
  Author: ronald
Revision: 25287

upgpkg: ntfs-3g 2009.1.1-1

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-25 11:47:10 UTC (rev 25286)
+++ PKGBUILD	2009-01-25 11:57:18 UTC (rev 25287)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler <thomas.archlinux.org>
 
 pkgname=ntfs-3g
-pkgver=1.5130
+pkgver=2009.1.1
 pkgrel=1
 pkgdesc="Stable read and write NTFS driver"
 url="http://www.ntfs-3g.org/"
@@ -13,12 +13,14 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.ntfs-3g.org/$pkgname-$pkgver.tgz)
-md5sums=('ad3c40bba398d162f97c2936293eae1f')
-sha1sums=('02b7a874b02827665c97123c6335e1d856054c42')
+md5sums=('56e4aed24d0c2543597de0ba52b3ed64')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr || return 1
+  # use internal fuse at least until fuse 2.8.0 is relased, it contains
+  # some bug & security fixes
+  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
+	--with-fuse=internal || return 1
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }




More information about the arch-commits mailing list