Makefile: compile with LFS flags to support large files on 32bit.
This commit is contained in:
parent
fca8bba289
commit
8e9f51338b
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Test makefile
|
||||
CC=gcc
|
||||
CFLAGS=-g -D__DEBUG__
|
||||
LDFLAGS=-L/usr/lib64/mysql -lmysqlclient
|
||||
CFLAGS=-g -D__DEBUG__ $(shell getconf LFS_CFLAGS)
|
||||
LDFLAGS=-L/usr/lib64/mysql -lmysqlclient $(shell getconf LFS_LDFLAGS)
|
||||
|
||||
all : raw_inotify strbuf path rbtree inotify fscrawl queue
|
||||
|
||||
|
|
|
|||
Reference in a new issue