libxslt: large file support
This commit is contained in:
parent
b83e12bf31
commit
cb3e5d7b48
srcpkgs/libxslt
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libxslt'
|
# Template file for 'libxslt'
|
||||||
pkgname=libxslt
|
pkgname=libxslt
|
||||||
version=1.1.37
|
version=1.1.37
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-dependency-tracking"
|
configure_args="--disable-static --disable-dependency-tracking"
|
||||||
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
|
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config python3"
|
||||||
|
@ -15,6 +15,7 @@ distfiles="${GNOME_SITE}/libxslt/${version%.*}/libxslt-${version}.tar.xz"
|
||||||
checksum=3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4
|
checksum=3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4
|
||||||
python_version=3
|
python_version=3
|
||||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
|
||||||
|
CFLAGS+=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libxslt"
|
hostmakedepends+=" libxslt"
|
||||||
|
|
Loading…
Reference in New Issue