You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Russ Allbery (JIRA)" <ji...@apache.org> on 2014/04/08 02:48:18 UTC

[jira] [Created] (SANTUARIO-382) Unconditionally enable large file support

Russ Allbery created SANTUARIO-382:
--------------------------------------

             Summary: Unconditionally enable large file support
                 Key: SANTUARIO-382
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-382
             Project: Santuario
          Issue Type: Bug
          Components: C++
    Affects Versions: C++ 1.7.0
            Reporter: Russ Allbery
            Assignee: Scott Cantor
            Priority: Trivial


This should probably wait for the next time there's an ABI and SONAME change.

While it's unlikely to come up with this particular package, it's now considered best practice to always build C and C++ source with large files enabled.  With Autoconf, this is generally as simple as adding AC_SYS_LARGEFILE to configure.ac.  There is discussion of making this the default compilation mode in a later version of glibc, so doing this in conjunction with a planned ABI change may avoid some compatibility issues later.

Caught by Debian's Lintian package checking tool.



--
This message was sent by Atlassian JIRA
(v6.2#6252)