wok-next diff pigz/receipt @ rev 20079

Up emacs (2.53)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 25 11:21:45 2017 +0200 (2017-10-25)
parents 0f2b4a8c631e
children cbe34297250f
line diff
     1.1 --- a/pigz/receipt	Fri Feb 12 08:48:10 2016 +0100
     1.2 +++ b/pigz/receipt	Wed Oct 25 11:21:45 2017 +0200
     1.3 @@ -10,13 +10,12 @@
     1.4  WEB_SITE="http://www.zlib.net/pigz"
     1.5  WGET_URL="$WEB_SITE/$TARBALL"
     1.6  
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS=""
     1.9 +DEPENDS="zlib"
    1.10 +BUILD_DEPENDS="zlib-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	sed -i 's/-lz/& -lm/' Makefile
    1.17  	make
    1.18  }