Date: Wednesday, February 26, 2014 @ 18:43:11
Author: anatolik
Revision: 206449
fuse: do not compile examples - they are not used in the Arch package
Modified:
fuse/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-26 17:17:00 UTC (rev 206448)
+++ PKGBUILD 2014-02-26 17:43:11 UTC (rev 206449)
@@ -30,7 +30,7 @@
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --libdir=/usr/lib \
- --enable-lib --enable-util
+ --enable-lib --enable-util --disable-example
make
}