mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
- xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone
verifies a newer version.. Closes bug #1019
This commit is contained in:
parent
e065bbbe97
commit
1e83fdb465
@ -5,7 +5,8 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
XFSPROGS_VER:=2.7.11
|
XFSPROGS_VER:=2.7.11
|
||||||
XFSPROGS_SOURCE=xfsprogs-$(XFSPROGS_VER).src.tar.gz
|
XFSPROGS_SOURCE=xfsprogs-$(XFSPROGS_VER).src.tar.gz
|
||||||
XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/cmd_tars
|
#XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/cmd_tars
|
||||||
|
XFSPROGS_SITE=ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/
|
||||||
XFSPROGS_DIR=$(BUILD_DIR)/xfsprogs-$(XFSPROGS_VER)
|
XFSPROGS_DIR=$(BUILD_DIR)/xfsprogs-$(XFSPROGS_VER)
|
||||||
XFSPROGS_CAT:=$(ZCAT)
|
XFSPROGS_CAT:=$(ZCAT)
|
||||||
XFSPROGS_BINARY:=mkfs/mkfs.xfs
|
XFSPROGS_BINARY:=mkfs/mkfs.xfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user