]> git.saurik.com Git - redis.git/commit
32 bit build fixed on Linux.
authorantirez <antirez@gmail.com>
Thu, 1 Nov 2012 14:36:37 +0000 (15:36 +0100)
committerantirez <antirez@gmail.com>
Thu, 1 Nov 2012 14:40:48 +0000 (15:40 +0100)
commitd36fb95a102047278f774955a873da43dec7c0d4
tree42fb58749de8090042a11a2308b65c4f2a49990b
parent021d16b6430b39f7709a70466007df1ca16867e5
32 bit build fixed on Linux.

It failed because of the way jemalloc was compiled (without passing the
right flags to make, but just to configure). Now the same set of flags
are also passed to the make command, fixing the issue.

This fixes issue #744
deps/Makefile