summaryrefslogtreecommitdiffstats
path: root/system/pigz/pigz.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pigz/pigz.SlackBuild')
-rw-r--r--system/pigz/pigz.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/system/pigz/pigz.SlackBuild b/system/pigz/pigz.SlackBuild
index 175df51d65..fe5defe403 100644
--- a/system/pigz/pigz.SlackBuild
+++ b/system/pigz/pigz.SlackBuild
@@ -4,8 +4,12 @@
# Written by Max Miorim <miorimmax@gmail.com>
+# Currently maintained by Patrick Verner <distrozilla@gmail.com> as of 6/29/2013
+# Changelog...
+# Patched to fix missing -lm flag in Makefile. math_fix.diff
+
PRGNAM=pigz
-VERSION=${VERSION:-2.2.5}
+VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,6 +57,9 @@ find . \
sed -i "s/^CFLAGS=.*/CFLAGS=$SLKCFLAGS/g" Makefile
+# Add missing -lm flag to Makefile
+patch -p1 < $CWD/math_fix.diff
+
make
install -D -m 0755 pigz $PKG/usr/bin/pigz