# HG changeset patch # User Pascal Bellard # Date 1508698387 -7200 # Node ID f7f621732ebef515c72bfb62c9f5060dcd878ff9 # Parent eb78b866a5de77b0a6d2085332833af5dbff271c pigz, pxe-kexec: update bdeps diff -r eb78b866a5de -r f7f621732ebe pigz/receipt --- a/pigz/receipt Sun Oct 22 20:34:53 2017 +0200 +++ b/pigz/receipt Sun Oct 22 20:53:07 2017 +0200 @@ -10,13 +10,12 @@ WEB_SITE="http://www.zlib.net/pigz" WGET_URL="$WEB_SITE/$TARBALL" -DEPENDS="" -BUILD_DEPENDS="" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/-lz/& -lm/' Makefile make } diff -r eb78b866a5de -r f7f621732ebe pxe-kexec/receipt --- a/pxe-kexec/receipt Sun Oct 22 20:34:53 2017 +0200 +++ b/pxe-kexec/receipt Sun Oct 22 20:53:07 2017 +0200 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE.berlios/$TARBALL" DEPENDS="curl readline kexec-tools gcc-lib-base" -BUILD_DEPENDS="cmake curl-dev ncurses-dev" +BUILD_DEPENDS="cmake curl-dev ncurses-dev perl" # Rules to configure and make the package. compile_rules()