diff options
author | Andreas Hasenack <andreas@mandriva.com> | 2008-01-25 12:23:53 +0000 |
---|---|---|
committer | Andreas Hasenack <andreas@mandriva.com> | 2008-01-25 12:23:53 +0000 |
commit | 6889029765d040095ccab6f8743e7f7e71d26a3a (patch) | |
tree | 4609a48b68e9dc47019e641e3141c21e576a238a /src/msec_find/Makefile | |
parent | b5b1375f961d40c38b504849914caaba13ca5ac1 (diff) | |
download | msec-6889029765d040095ccab6f8743e7f7e71d26a3a.tar msec-6889029765d040095ccab6f8743e7f7e71d26a3a.tar.gz msec-6889029765d040095ccab6f8743e7f7e71d26a3a.tar.bz2 msec-6889029765d040095ccab6f8743e7f7e71d26a3a.tar.xz msec-6889029765d040095ccab6f8743e7f7e71d26a3a.zip |
- use large file support in msec_find (#36047)v0.50.7
Diffstat (limited to 'src/msec_find/Makefile')
-rw-r--r-- | src/msec_find/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msec_find/Makefile b/src/msec_find/Makefile index 15a1588..3aec03f 100644 --- a/src/msec_find/Makefile +++ b/src/msec_find/Makefile @@ -2,7 +2,8 @@ CC=gcc NAME=msec_find CFLAGS = -ggdb -Wall -Wmissing-prototypes -Wmissing-declarations \ --Wpointer-arith -m486 -O2 -finline-functions -fkeep-inline-functions +-Wpointer-arith -m486 -O2 -finline-functions -fkeep-inline-functions \ +-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 OBJ=find.o |