diff options
author | randomdan <randomdan@localhost> | 2014-03-23 00:14:45 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2014-03-23 00:14:45 +0000 |
commit | 1d99736030aa8c255268a5b157543a18a5a8cdda (patch) | |
tree | d96754467fc6db5cf86e3626999ad49b3dd65662 | |
parent | Annoyingly pessimistic locking around open handle proxy lookups (diff) | |
download | netfs-1d99736030aa8c255268a5b157543a18a5a8cdda.tar.bz2 netfs-1d99736030aa8c255268a5b157543a18a5a8cdda.tar.xz netfs-1d99736030aa8c255268a5b157543a18a5a8cdda.zip |
Whoops, add file offset bits definition to fix 64bit compat bug
-rw-r--r-- | netfs/ice/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/ice/Jamfile.jam b/netfs/ice/Jamfile.jam index a227478..d1e5ca6 100644 --- a/netfs/ice/Jamfile.jam +++ b/netfs/ice/Jamfile.jam @@ -4,6 +4,7 @@ lib pthread ; lib netfsComms : [ glob *.cpp *.ice ] : + <define>_FILE_OFFSET_BITS=64 <library>Ice <library>IceUtil <library>pthread |