From a1b018359f771533030860835a57ba467bbfcd58 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 26 Oct 2007 19:03:17 +0000 Subject: [PATCH] -D_FILE_OFFSET_BITS=64 is not needed on NetBSD --- lib/libiscsi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libiscsi/Makefile b/lib/libiscsi/Makefile index 34f90f57c9c1..f4756b7b945d 100644 --- a/lib/libiscsi/Makefile +++ b/lib/libiscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/05/28 12:06:19 tls Exp $ +# $NetBSD: Makefile,v 1.5 2007/10/26 19:03:17 agc Exp $ .include @@ -6,7 +6,7 @@ USE_FORT?= yes # network protocol library LIB= iscsi SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c netmask.c -CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64 +CPPFLAGS+= -DCONFIG_ISCSI_DEBUG CPPFLAGS+= -I${ISCSIDIST}/include CPPFLAGS+= -pthread LDFLAGS+= -pthread