diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-11 16:56:51 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-11 17:39:38 -0400 |
commit | 35da277fe75b2786952dbfb867cf60bdaab5f65d (patch) | |
tree | 928e44620e2a3248550509c4571d791a393f5f36 /apps/couch/rebar.config | |
parent | ad7099a4e3f3d2035e3e26419a633b4bb1ce7b7c (diff) |
replace autotools with rebar
Diffstat (limited to 'apps/couch/rebar.config')
-rw-r--r-- | apps/couch/rebar.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/couch/rebar.config b/apps/couch/rebar.config new file mode 100644 index 00000000..787e0337 --- /dev/null +++ b/apps/couch/rebar.config @@ -0,0 +1,7 @@ +{so_name, "couch_icu_driver.so"}. +{port_envs, [ + {"DRV_CFLAGS", "$DRV_CFLAGS -DPIC -O2 -fno-common"}, + {"DRV_LDFLAGS", "$DRV_LDFLAGS -lm -licuuc -licudata -licui18n -lpthread"}, + {"linux", "DRV_LDFLAGS", "$DRV_LDFLAGS -lcrypt"} +]}. +{lib_dirs, ["../"]}. |