capnproto: largefile source

This commit is contained in:
classabbyamp 2024-03-15 17:32:15 -04:00
parent 9acefb1bfc
commit 53c9eb6683
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'capnproto'
pkgname=capnproto
version=0.10.2
revision=1
revision=2
build_style=gnu-configure
short_desc="Cap'n Proto serialization/RPC system"
maintainer="eater <hello@eaterofco.de>"
@ -10,6 +10,8 @@ homepage="https://capnproto.org"
distfiles="https://capnproto.org/capnproto-c++-${version}.tar.gz"
checksum=7cd91a244cb330cda5b41f4904f94b61f39ba112835b31fa8c3764cedbed819f
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" capnproto-devel"
configure_args+=" --with-external-capnp"