#677 closed defect (fixed)
pslib does not support large files
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| 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 , 20 years ago
| Owner: | changed from to |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

applied patch as is.