From 32233a7ebacd0cfab1a8ba7177df29ba7c22690b Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Sat, 16 Jun 2012 21:08:55 -0400 Subject: Fix deprecation warnings for port_compiler --- apps/couch/rebar.config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/couch/rebar.config b/apps/couch/rebar.config index 25b7e569..ff7dbe82 100644 --- a/apps/couch/rebar.config +++ b/apps/couch/rebar.config @@ -1,5 +1,7 @@ -{so_name, "couch_icu_driver.so"}. -{port_envs, [ +{port_specs, [ + {"priv/couch_icu_driver.so", ["c_src/couch_icu_driver.c"]} +]}. +{port_env, [ {"DRV_CFLAGS", "$DRV_CFLAGS -DPIC -O2 -fno-common"}, {"DRV_LDFLAGS", "$DRV_LDFLAGS -lm -licuuc -licudata -licui18n -lpthread"}, {"linux", "DRV_LDFLAGS", "$DRV_LDFLAGS -lcrypt"}, -- cgit v1.2.3