summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-14 10:59:46 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-03-14 19:11:48 +0000
commit1f3c22493494b14760262be4782182ec67a59fa5 (patch)
treedfe05ac29d7800cf066ee7b88e32f3b5c02788f1 /core.morph
parent7e69ba13132df002c166c4c6efb6e2568450c2b0 (diff)
downloaddefinitions-1f3c22493494b14760262be4782182ec67a59fa5.tar.gz
Add zlib to build-essential
It's never good to have multiple versions of the same library in use on a system, so we should avoid using the versions of ZLib that are bundled in the GCC and Binutils releases.
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph12
1 files changed, 2 insertions, 10 deletions
diff --git a/core.morph b/core.morph
index 14c144de..eb99e691 100644
--- a/core.morph
+++ b/core.morph
@@ -77,12 +77,6 @@
]
},
{
- "name": "zlib",
- "repo": "upstream:zlib",
- "ref": "baserock/morph",
- "build-depends": []
- },
- {
"name": "autoconf",
"repo": "upstream:autoconf",
"ref": "baserock/build-essential",
@@ -139,8 +133,7 @@
"ref": "baserock/morph-2.7",
"build-depends": [
"openssl",
- "readline",
- "zlib"
+ "readline"
]
},
{
@@ -214,8 +207,7 @@
"error-perl-tarball",
"gettext",
"libexpat",
- "openssl",
- "zlib"
+ "openssl"
]
},
{