blob: 9f34967d76655257b6157a94919b7d1102f176b9 (
plain)
1
2
3
4
5
6
|
{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"}
]}.
|