summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-12-05 19:39:49 (EST)
committer P. J. McDermott <pjm@nac.net>2013-12-05 19:39:49 (EST)
commit2b22e6a8430373a01b4a797ca0cdc4ee39996152 (patch)
treef7aac53a923749fe664ffd55d15c0ba03533c9b8
parentbeca352fdb6f71cca71143ad0a5e811aaa8a478c (diff)
Get mpc and mpfr by Git rather than by FTP.
-rw-r--r--bootstrap-pkgs-git.txt2
-rwxr-xr-xbootstrap-prepare.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap-pkgs-git.txt b/bootstrap-pkgs-git.txt
index 60b02ef..13dbb1e 100644
--- a/bootstrap-pkgs-git.txt
+++ b/bootstrap-pkgs-git.txt
@@ -17,6 +17,8 @@ libsigsegv
libunistring
linux-libre
m4
+mpc
+mpfr
ncurses
opkbuild
opkg
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 1eae105..6158507 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -99,7 +99,7 @@ prepare_packages_from_ftp()
cd pkg
- for pkg in mpc mpfr; do
+ for pkg in ; do
log 'Preparing package %s...' "${pkg}"
if [ ! -d "${pkg}" ]; then
src_opk="src-${pkg}_*_src_all.opk"