Finally fixing the compilation error related to apr by defining _LARGEFILE64_SOURCE

cat-town
Dan Buch 13 years ago
parent 8e5f3ee27d
commit 61c100d6dc

@ -1,5 +1,5 @@
PREFIX?=/usr/local PREFIX?=/usr/local
CFLAGS=-g -Wall -I${PREFIX}/apr/include/apr-1 CFLAGS=-g -Wall -I${PREFIX}/apr/include/apr-1 -D_LARGEFILE64_SOURCE
LDFLAGS=-lapr-1 -pthread -laprutil-1 LDFLAGS=-lapr-1 -pthread -laprutil-1
all: devpkg all: devpkg

@ -92,7 +92,7 @@ Shell CURL_SH = {
.dir = "/tmp", .dir = "/tmp",
.exe = "curl", .exe = "curl",
.args = {"curl", "-L", "-o", "TARGET", "URL", NULL} .args = {"curl", "-L", "-o", "TARGET", "URL", NULL}
} };
Shell CONFIGURE_SH = { Shell CONFIGURE_SH = {
.exe = "./configure", .exe = "./configure",

Loading…
Cancel
Save