IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#677 closed defect (fixed)

pslib does not support large files

Reported by: jhoblitt Owned by: robert.desonia@…
Priority: high Milestone:
Component: build Version: 0.9.0
Severity: blocker Keywords:
Cc:

Description

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"

Change History (4)

comment:1 by gusciora@…, 20 years ago

Owner: changed from gusciora@… to robert.desonia@…

comment:2 by robert.desonia@…, 20 years ago

Resolution: fixed
Status: newclosed

applied patch as is.

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.