summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-16 16:46:16 +0100
committerLukc <lukc@upyum.com>2011-01-16 16:46:16 +0100
commit82e03793650c4850a3551dfe47d6219c8d13d83d (patch)
tree37664eef8a9fddf4566e12d0361c444e6b55d687
parent04bbc2eab06ce4f5da0975ca34dd344b1ba13224 (diff)
downloadbase-82e03793650c4850a3551dfe47d6219c8d13d83d.tar.gz
base-82e03793650c4850a3551dfe47d6219c8d13d83d.tar.bz2
base-82e03793650c4850a3551dfe47d6219c8d13d83d.tar.xz
base-82e03793650c4850a3551dfe47d6219c8d13d83d.zip
Dépendance oubliée pour pigz.
-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