summaryrefslogtreecommitdiff
path: root/apps/couch/rebar.config
blob: 25b7e56977c835b87ed7c1305cd0287becc38793 (plain)
1
2
3
4
5
6
7
8
9
10
{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"},
  {"freebsd", "DRV_CFLAGS", "$DRV_CFLAGS -I/usr/local/include"},
  {"freebsd", "DRV_LDFLAGS", "$DRV_LDFLAGS -L/usr/local/lib"},
  {"solaris", "CC", "/usr/sfw/bin/gcc"},
  {"solaris", "DRV_LDFLAGS", "$DRV_LDFLAGS -L/opt/local/lib"}
]}.