pixz: update to 1.0.7.
Adopted.
This commit is contained in:
parent
b100c3c238
commit
4f50a570e9
2 changed files with 5 additions and 24 deletions
|
@ -1,18 +0,0 @@
|
|||
commit 3315d1f6cae5a3d7f24e16798587999a5804fad6
|
||||
Author: q66 <daniel@octaforge.org>
|
||||
Date: Wed Jan 8 13:19:14 2020 +0100
|
||||
|
||||
Add missing include to fix build on musl/BE
|
||||
|
||||
diff --git src/endian.c src/endian.c
|
||||
index b7724f3..09b2315 100644
|
||||
--- src/endian.c
|
||||
+++ src/endian.c
|
||||
@@ -15,6 +15,7 @@ void xle64enc(uint8_t *d, uint64_t n) {
|
||||
#include <stdint.h>
|
||||
#ifdef __linux__
|
||||
#include <endian.h>
|
||||
+ #include <byteswap.h>
|
||||
#else
|
||||
#include <sys/endian.h>
|
||||
#endif
|
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'pixz'
|
||||
pkgname=pixz
|
||||
version=1.0.6
|
||||
revision=2
|
||||
version=1.0.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_file_src_pixz_1=no"
|
||||
hostmakedepends="automake libtool pkg-config asciidoc"
|
||||
makedepends="liblzma-devel libarchive-devel"
|
||||
checkdepends="xz"
|
||||
short_desc="A parallel, indexing version of XZ"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/vasi/pixz"
|
||||
distfiles="https://github.com/vasi/pixz/archive/v$version.tar.gz"
|
||||
checksum=ebde85148e927ed96abaeb9ab2166435c78d31e7c6b2847e8c8d6249b17f1b60
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
checksum=e29fba74ae399e5d27c21a6009002705ebcc20947b283ed0aa721df6a409680a
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue