summaryrefslogtreecommitdiff
path: root/apps/couch/rebar.config
diff options
context:
space:
mode:
authorbenoitc <bchesneau@gmail.com>2010-12-18 01:56:40 +0100
committerbenoitc <bchesneau@gmail.com>2011-01-01 17:01:25 +0100
commit582e1f9f93d8d6896320edad103a8027bdaf8006 (patch)
treec8069a53737dfd366e2ef7653b4d0d61b84b23b7 /apps/couch/rebar.config
parentfd1496ac700452ff79c5d5a6a893dcb8d32ce263 (diff)
freebsd compat
Diffstat (limited to 'apps/couch/rebar.config')
-rw-r--r--apps/couch/rebar.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/couch/rebar.config b/apps/couch/rebar.config
index 9f34967d..94291c70 100644
--- a/apps/couch/rebar.config
+++ b/apps/couch/rebar.config
@@ -2,5 +2,7 @@
{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"}
+ {"linux", "DRV_LDFLAGS", "$DRV_LDFLAGS -lcrypt"},
+ {"freebsd", "DRV_CFLAGS", "$DRV_CFLAGS -I/usr/local/include"},
+ {"freebsd", "DRV_LDFLAGS", "$DRV_LDFLAGS -L/usr/local/lib"}
]}.