﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
677	pslib does not support large files	jhoblitt	robert.desonia@…	"Please make the following modification to pslib's configure.ac before the next
tagged release.

Index: configure.ac
===================================================================
RCS file: /usr/local/cvs/repositories/pan-starrs/datasys/IPP/psLib/configure.ac,v
retrieving revision 1.53
diff -u -r1.53 configure.ac
--- configure.ac        6 Dec 2005 21:52:34 -0000       1.53
+++ configure.ac        30 Jan 2006 23:44:19 -0000
@@ -55,6 +55,9 @@
 AC_LANG(C)
 AC_PROG_CC

+dnl enable largefile support
+AC_SYS_LARGEFILE
+
 dnl enable POSIX/XSI and C99 compliance
 CFLAGS=""${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"""	defect	closed	high		build	0.9.0	blocker	fixed		
