basho / innostore

Innostore is a simple Erlang API to Embedded InnoDB.

Clone this repository (size: 3.3 MB): HTTPS / SSH
$ hg clone http://hg.basho.com/innostore
commit 44: 4f02b0547f75
parent 43: 3e743d81946b
branch: default
Make sure to set -D_REENTRANT for solaris
dizzyd
5 months ago

Changed (Δ13 bytes):

raw changeset »

rebar.config (1 lines added, 1 lines removed)

Up to file-list rebar.config:

3
3
             {"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/innodb/lib/libinnodb.a"},
4
4
5
5
             %% Solaris specific flags
6
             {"solaris.*-64$", "CFLAGS", "-m64"},
6
             {"solaris.*-64$", "CFLAGS", "-D_REENTRANT -m64"},
7
7
             {"solaris.*-64$", "LDFLAGS", "-m64"},
8
8
9
9
             %% OS X Leopard flags for 64-bit