View | Details | Raw Unified | Return to bug 31494
Collapse All | Expand All

(-)Makefile.largefiles (-1 / +9 lines)
Lines 59-65 Link Here
59
CFLAGS+=	-O6 -fomit-frame-pointer
59
CFLAGS+=	-O6 -fomit-frame-pointer
60
.endif
60
.endif
61
61
62
CONFIGURE_ENV=	OPTIM='${OPTIM}'
62
.if defined(LARGEFILES)
63
OPTIM+=		-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
64
.endif
65
66
# For expat.
67
CFLAGS+=	-I${LOCALBASE}/include
68
LIBS+=		-L${LOCALBASE}/libs
69
70
CONFIGURE_ENV=	OPTIM='${OPTIM}' LIBS='${LIBS}'
63
71
64
MAN1=		dbmmanage.1 htdigest.1 htpasswd.1
72
MAN1=		dbmmanage.1 htdigest.1 htpasswd.1
65
MAN8=		ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
73
MAN8=		ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8

Return to bug 31494