From 7e236955c61e1f777b11b928c92b45095c42f39a Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 21 Dec 2012 05:55:41 +0400 Subject: nodejs and binutils depend on zlib --- binutils/Makefile | 3 ++- nodejs/Makefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/binutils/Makefile b/binutils/Makefile index 4a60ff1..01f326e 100644 --- a/binutils/Makefile +++ b/binutils/Makefile @@ -13,7 +13,8 @@ prefix = /usr/gnu PATH := /usr/perl5/bin:$(PATH) build-depends += \ - flex + flex \ + library/zlib name := binutils home := http://www.gnu.org/software/$(name)/ diff --git a/nodejs/Makefile b/nodejs/Makefile index bf478c7..a1a20a3 100644 --- a/nodejs/Makefile +++ b/nodejs/Makefile @@ -31,6 +31,7 @@ build-depends += \ library/libv8 \ library/c-ares \ library/libev \ + library/zlib \ library/openssl # Node.js configure is a autotools lookalike confuserator: -- cgit v1.2.3