xfsprogs: update to 4.3.0
This commit is contained in:
parent
ffd220e8ff
commit
e0c579ca39
@ -11,9 +11,12 @@ drwxr-xr-x root/root usr/include/xfs/
|
|||||||
-rw-r--r-- root/root usr/include/xfs/handle.h
|
-rw-r--r-- root/root usr/include/xfs/handle.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/jdm.h
|
-rw-r--r-- root/root usr/include/xfs/jdm.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/linux.h
|
-rw-r--r-- root/root usr/include/xfs/linux.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/platform_defs.h
|
|
||||||
-rw-r--r-- root/root usr/include/xfs/xfs.h
|
-rw-r--r-- root/root usr/include/xfs/xfs.h
|
||||||
|
-rw-r--r-- root/root usr/include/xfs/xfs_arch.h
|
||||||
|
-rw-r--r-- root/root usr/include/xfs/xfs_da_format.h
|
||||||
|
-rw-r--r-- root/root usr/include/xfs/xfs_format.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/xfs_fs.h
|
-rw-r--r-- root/root usr/include/xfs/xfs_fs.h
|
||||||
|
-rw-r--r-- root/root usr/include/xfs/xfs_log_format.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/xfs_types.h
|
-rw-r--r-- root/root usr/include/xfs/xfs_types.h
|
||||||
-rw-r--r-- root/root usr/include/xfs/xqm.h
|
-rw-r--r-- root/root usr/include/xfs/xqm.h
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
@ -1 +1 @@
|
|||||||
c28db88f058ada506fe0ac6a897a1c42 xfsprogs-3.2.4.tar.gz
|
ade22791338fa3d2cf442d6bb84f1748 xfsprogs-4.3.0.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: util-linux
|
# Depends on: util-linux
|
||||||
|
|
||||||
name=xfsprogs
|
name=xfsprogs
|
||||||
version=3.2.4
|
version=4.3.0
|
||||||
release=1
|
release=1
|
||||||
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
|
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz)
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ build() {
|
|||||||
make
|
make
|
||||||
make -j1 DIST_ROOT=$PKG install install-dev
|
make -j1 DIST_ROOT=$PKG install install-dev
|
||||||
|
|
||||||
rm $PKG/lib/libhandle.so
|
rm $PKG/lib/libhandle.{so,a,la}
|
||||||
ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so
|
ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so
|
||||||
|
|
||||||
rm -r $PKG/usr/share/doc
|
rm -r $PKG/usr/share/doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user