From 6889029765d040095ccab6f8743e7f7e71d26a3a Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Fri, 25 Jan 2008 12:23:53 +0000 Subject: - use large file support in msec_find (#36047) --- Makefile | 2 +- src/msec_find/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8bad6d5..8d3fb0e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1