summaryrefslogtreecommitdiffstats
path: root/pigz/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pigz/Pkgfile')
-rw-r--r--pigz/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pigz/Pkgfile b/pigz/Pkgfile
index 1a70e80..3470416 100644
--- a/pigz/Pkgfile
+++ b/pigz/Pkgfile
@@ -2,7 +2,7 @@ description="Parallel implementation of gzip."
url=http://www.zlib.net/pigz/
packager="Lukc <lukc AT upyum DOT com>"
maintainer="Lukc <lukc AT upyum DOT com>"
-depends=()
+depends=(zlib)
name=pigz
version=2.1.6
@@ -14,7 +14,7 @@ build() {
sed -i -e 's| cc| $(CC)|' Makefile
make \
${CHOST:+CC=$CHOST-gcc} \
- CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS $LDFLAGS"
mkdir -p $PKG$bindir $PKG$mandir/man1
install -m0755 pigz $PKG$bindir/pigz
install -m0644 pigz.1 $PKG$mandir/man1