From 1f3c22493494b14760262be4782182ec67a59fa5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 14 Mar 2013 10:59:46 +0000 Subject: 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. --- core.morph | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'core.morph') diff --git a/core.morph b/core.morph index 14c144de..eb99e691 100644 --- a/core.morph +++ b/core.morph @@ -76,12 +76,6 @@ "ncurses" ] }, - { - "name": "zlib", - "repo": "upstream:zlib", - "ref": "baserock/morph", - "build-depends": [] - }, { "name": "autoconf", "repo": "upstream:autoconf", @@ -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" ] }, { -- cgit v1.2.1