tbzip2: add support for big files - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit b77b5713dfea1112e46171c4187e1cd6138c1281
(DIR) parent 4205a4eb348f5b8784f7bb0393261743d56d77d9
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Wed, 15 Feb 2017 22:32:59 +0000
bzip2: add support for big files
Diffstat:
M bzip2/mkfile | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/bzip2/mkfile b/bzip2/mkfile
t@@ -3,3 +3,6 @@ ver = 1.0.6
url = http://bzip.org/$ver/$pkg-$ver.tar.gz
<../default.mk
+
+BIGFILES = -D_FILE_OFFSET_BITS=64
+CFLAGS = $CFLAGS -Wall -Winline -O2 -g $BIGFILES