forked from kiss-community/repo
pigz: fix build
This commit is contained in:
parent
dc95d39af9
commit
f51ea499f8
@ -6,7 +6,7 @@
|
|||||||
for f in pigz.o yarn.o try.o; do
|
for f in pigz.o yarn.o try.o; do
|
||||||
"$CC" -c -o "$f" "${f%%.o}.c" $CPPFLAGS -DNOZOPFLI $CFLAGS
|
"$CC" -c -o "$f" "${f%%.o}.c" $CPPFLAGS -DNOZOPFLI $CFLAGS
|
||||||
done
|
done
|
||||||
"$CC" -static -o pigz "$@" $CPPFLAGS $CFLAGS -lz $LDFLAGS
|
"$CC" -static -o pigz pigz.o yarn.o try.o $CPPFLAGS $CFLAGS -lz $LDFLAGS
|
||||||
|
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
"$1/usr/bin" \
|
"$1/usr/bin" \
|
||||||
|
Loading…
Reference in New Issue
Block a user