Repository: lucy-charmonizer Updated Branches: refs/heads/master 55a6c5b07 -> 4e612a886
Define _LARGEFILE64_SOURCE This makes the large file test pass on 32-bit systems. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/ea311c6d Tree: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/tree/ea311c6d Diff: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/diff/ea311c6d Branch: refs/heads/master Commit: ea311c6d96a9370f963e6ed5da148d2faac7fd91 Parents: 55a6c5b Author: Nick Wellnhofer <[email protected]> Authored: Wed Nov 5 17:35:39 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Wed Nov 5 17:35:39 2014 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/blob/ea311c6d/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 0f19d68..aba491a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # limitations under the License. CC= cc -DEFS= +DEFS= -D_LARGEFILE64_SOURCE CFLAGS= -I. -Isrc $(DEFS) PROGNAME= charmonize CHARMONY_H= charmony.h
