summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-19 12:01:15 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-19 12:01:15 +0000
commit9934e099c9155cb4f22387bb979e8ff2266c1d3e (patch)
tree44a0899b33c6c1cf32d5354f3ed4aa4cc1ea47cc /run-bootstrap-in-chroot
parentcc2690e9f864ecbcb7d1db6dbe97aa386f8c1a3a (diff)
downloadmorph-9934e099c9155cb4f22387bb979e8ff2266c1d3e.tar.gz
Revert "bootstrap: add curl and headers for git"
This reverts commit cc2690e9f864ecbcb7d1db6dbe97aa386f8c1a3a. The programs and libraries need to be installed in PREFIX as the gcc in /tree/tools/bin will be used, and that searches in its prefix for libraries, headers and support programs.
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 4c80a89f..2c2e420d 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -116,7 +116,7 @@ else
debootstrap \
--include=build-essential,\
gawk,bison,flex,python,autoconf,autopoint,automake,gettext,libtool,\
-help2man,texinfo,sudo,ccache,gperf,curl,libcurl4-openssl-dev \
+help2man,texinfo,sudo,ccache,gperf \
squeeze "$dir" "$DEBIAN_MIRROR"
# create the directory for cached ccache object files