X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=8157966ab99fd1bce49a1f7c07dc6904fed98873;hp=28458460a511c04fa0092108f86b234042f81c91;hb=8b74fa415edfefeee5869704d39ee8de1e82b422;hpb=5448b9cd60e9b1ebf4efcd2d1b2aac346b2e829c diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 28458460..8157966a 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -18,8 +18,7 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver" - ./configure --with-libcrypto --with-fuse --with-ntfs-3g \ - --enable-xattr --prefix=/usr + ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr make }