summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-19 11:44:42 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-19 11:46:06 +0000
commitcc2690e9f864ecbcb7d1db6dbe97aa386f8c1a3a (patch)
treea35a6bc35bd00774c84f5d872038548eae23869e
parent95cd93756e81102e50d398f2daf85bab92036a8c (diff)
downloadmorph-cc2690e9f864ecbcb7d1db6dbe97aa386f8c1a3a.tar.gz
bootstrap: add curl and headers for git
Git's build depends on curl and openssl headers the openssl dependency can be broken, but curl is needed and curl can be built to use openssl anyway
-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 2c2e420d..4c80a89f 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 \
+help2man,texinfo,sudo,ccache,gperf,curl,libcurl4-openssl-dev \
squeeze "$dir" "$DEBIAN_MIRROR"
# create the directory for cached ccache object files