Alter Makefile to force 32-bit compile master
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 28 Apr 2014 11:38:57 +0000 (13:38 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 28 Apr 2014 11:38:57 +0000 (13:38 +0200)
commitd144f1dbc10b60e2ebf9f1b39d0d5900b177a43f
tree19762259b3987f5a92d2313faec44f83997eb681
parent229a2885fea56b30e986b05837aa5cf0f79fa371
Alter Makefile to force 32-bit compile

The code is not 64-bit compliant, and crashes when run as 64-bit compile.
The first such crash already occurs when initializing, and could be traced
to a vasprintf in fopen_p. Presumably the list of variable arguments
cannot handle it that pointers and ints are not the same size.
Rather than trying to fix this (and leaving an unknown number of potential
other problems), we stick to 32-bit.
lasker-2.2.3/src/Makefile.in