]> 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:37:38 +0000 (15:37 +0100)
commit4917a6a8b310e968a172aed245de797e6f0897d7
tree17d87fc81e04c11774b1326bec46e12c14c280ce
parent47ff443b53d5ac8fafc024d4afa328ef83bc8722
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