Finally fixing the compilation error related to apr by defining _LARGEFILE64_SOURCE
This commit is contained in:
parent
8e5f3ee27d
commit
61c100d6dc
@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
all: devpkg
|
||||
|
@ -92,7 +92,7 @@ Shell CURL_SH = {
|
||||
.dir = "/tmp",
|
||||
.exe = "curl",
|
||||
.args = {"curl", "-L", "-o", "TARGET", "URL", NULL}
|
||||
}
|
||||
};
|
||||
|
||||
Shell CONFIGURE_SH = {
|
||||
.exe = "./configure",
|
||||
|
Loading…
Reference in New Issue
Block a user