mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libime: large file offset
This commit is contained in:
parent
b55aa4dd8c
commit
72287d3c50
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libime'
|
# Template file for 'libime'
|
||||||
pkgname=libime
|
pkgname=libime
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config gettext extra-cmake-modules python3"
|
hostmakedepends="pkg-config gettext extra-cmake-modules python3"
|
||||||
|
@ -24,6 +24,7 @@ skip_extraction="
|
||||||
${_lm_sc}
|
${_lm_sc}
|
||||||
${_dict}
|
${_dict}
|
||||||
table.tar.gz"
|
table.tar.gz"
|
||||||
|
CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
local _srcdistdir=${XBPS_SRCDISTDIR}/${pkgname}-${version}
|
local _srcdistdir=${XBPS_SRCDISTDIR}/${pkgname}-${version}
|
||||||
|
|
Loading…
Add table
Reference in a new issue