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 | |
parent | b5b1375f961d40c38b504849914caaba13ca5ac1 (diff) | |
download | msec-0.50.7.tar msec-0.50.7.tar.gz msec-0.50.7.tar.bz2 msec-0.50.7.tar.xz msec-0.50.7.zip |
- use large file support in msec_find (#36047)v0.50.7
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/msec_find/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = msec -VERSION = 0.50.6 +VERSION = 0.50.7 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/msec all: promisc_check msec_find python 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 |