summaryrefslogtreecommitdiffstats
path: root/src/file.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-23 02:33:04 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-07-23 02:33:04 (GMT)
commitbb873231ba6af630207844972f090a9ec747a734 (patch)
treeafebf9f0246d82a8dcc944fe49408b24978e4162 /src/file.mk
parent4f8b94cbbb682564ac49929cb6cd3a720127e5e6 (diff)
parent3a4964c4b7b0faa9480d65aacc9d6fa9564c3ee6 (diff)
downloadmxe-bb873231ba6af630207844972f090a9ec747a734.zip
mxe-bb873231ba6af630207844972f090a9ec747a734.tar.gz
mxe-bb873231ba6af630207844972f090a9ec747a734.tar.bz2
Merge pull request #435 from starius/master
add http mirrors to packages hosted at FTP
Diffstat (limited to 'src/file.mk')
-rw-r--r--src/file.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/file.mk b/src/file.mk
index 4dfa665..3233dee 100644
--- a/src/file.mk
+++ b/src/file.mk
@@ -7,7 +7,8 @@ $(PKG)_VERSION := 5.19
$(PKG)_CHECKSUM := 0dff09eb44fde1998be79e8d312e9be4456d31ee
$(PKG)_SUBDIR := file-$($(PKG)_VERSION)
$(PKG)_FILE := file-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := ftp://ftp.astron.com/pub/file/$($(PKG)_FILE)
+$(PKG)_URL := http://ftp.cross-lfs.org/pub/clfs/conglomeration/file/$($(PKG)_FILE)
+$(PKG)_URL_2 := ftp://ftp.astron.com/pub/file/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libgnurx
define $(PKG)_UPDATE
@@ -37,4 +38,4 @@ define $(PKG)_BUILD
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-file.exe' \
-lmagic -lgnurx -lshlwapi
-endef \ No newline at end of file
+endef