ntfs-3g: 1.328 -> 1.417 also disabled static library

This commit is contained in:
Danny Rawlins 2007-04-18 16:16:54 +10:00
parent a3661ba452
commit 8a8af6fb1d
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
37d7ebe2bc393590661a36c0f96876a8 ntfs-3g-1.328.tgz
9e451f1084461795a96170adb6c4376b ntfs-3g-1.417.tgz

View File

@ -5,13 +5,17 @@
# Depends on: fuse
name=ntfs-3g
version=1.328
version=1.417
release=1
source=(http://www.ntfs-3g.org/ntfs-3g-$version.tgz)
build() {
cd ntfs-3g-$version
./configure --prefix=/usr
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}