xfsprogs: update to 3.1.9

This commit is contained in:
Juergen Daubert 2012-12-13 16:43:53 +01:00
parent 400736f80a
commit a5391acb07
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libhandle.so.1 -> libhandle.so.1.0.3
-rw-r--r-- root/root lib/libhandle.so.1.0.3
-rwxr-xr-x root/root lib/libhandle.so.1.0.3
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/fsck.xfs
-rwxr-xr-x root/root sbin/mkfs.xfs

View File

@ -1 +1 @@
f70b2e7200d4c29f0af1cf70e7be1db6 xfsprogs-3.1.8.tar.gz
d4704f4e98976bdb899007695f822bbb xfsprogs-3.1.9.tar.gz

View File

@ -4,12 +4,14 @@
# Depends on: util-linux
name=xfsprogs
version=3.1.8
version=3.1.9
release=1
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
build() {
cd $name-$version
#cd $name-$version
make configure
export DEBUG=-DNDEBUG
export OPTIMIZER=$CFLAGS