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

Andrea Scarpino andrea at archlinux.org
Tue May 31 21:59:41 UTC 2011


    Date: Tuesday, May 31, 2011 @ 17:59:41
  Author: andrea
Revision: 125933

remove old configure flag (FS#24268)

Modified:
  ntfs-3g_ntfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-31 21:48:50 UTC (rev 125932)
+++ PKGBUILD	2011-05-31 21:59:41 UTC (rev 125933)
@@ -20,8 +20,8 @@
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
-    --with-fuse=external --disable-static --disable-gnome-vfs \
-      --mandir=/usr/share/man
+    --with-fuse=external --disable-static \
+    --mandir=/usr/share/man
   make
 }
 




More information about the arch-commits mailing list