mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
capnproto: largefile source
This commit is contained in:
parent
9acefb1bfc
commit
53c9eb6683
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'capnproto'
|
# Template file for 'capnproto'
|
||||||
pkgname=capnproto
|
pkgname=capnproto
|
||||||
version=0.10.2
|
version=0.10.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Cap'n Proto serialization/RPC system"
|
short_desc="Cap'n Proto serialization/RPC system"
|
||||||
maintainer="eater <hello@eaterofco.de>"
|
maintainer="eater <hello@eaterofco.de>"
|
||||||
|
@ -10,6 +10,8 @@ homepage="https://capnproto.org"
|
||||||
distfiles="https://capnproto.org/capnproto-c++-${version}.tar.gz"
|
distfiles="https://capnproto.org/capnproto-c++-${version}.tar.gz"
|
||||||
checksum=7cd91a244cb330cda5b41f4904f94b61f39ba112835b31fa8c3764cedbed819f
|
checksum=7cd91a244cb330cda5b41f4904f94b61f39ba112835b31fa8c3764cedbed819f
|
||||||
|
|
||||||
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" capnproto-devel"
|
hostmakedepends+=" capnproto-devel"
|
||||||
configure_args+=" --with-external-capnp"
|
configure_args+=" --with-external-capnp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue