diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-21 05:55:41 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-21 05:55:41 +0400 |
commit | 7e236955c61e1f777b11b928c92b45095c42f39a (patch) | |
tree | a967612e93f20ac37d62f10cc89391bc16852340 /binutils | |
parent | 8783ab3402ee230235615d3bf1a794054aac5e29 (diff) | |
download | cibs-pkgs-7e236955c61e1f777b11b928c92b45095c42f39a.tar.gz |
nodejs and binutils depend on zlib
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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)/ |