Finally fixing the compilation error related to apr by defining _LARGEFILE64_SOURCE
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user