commit | 32ffa4290c54ca59357d9481fbcd39630aa4e036 | [log] [tgz] |
---|---|---|
author | benoitc <benoitc@apache.org> | Wed Jan 08 23:15:49 2014 +0100 |
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | Thu Feb 06 11:25:49 2014 -0600 |
tree | 2d9e74cb7da853bb061f22af8bd6a2896ec8f9f5 | |
parent | 9ea120206802f449ea848070a9c645b6f4687ea9 [diff] |
support static build This change backport the static build from rcouch. A static build of spidermonkey is the default. To build with the libraries installed you can pass the parameter `libs=shared` to the make. By default couch_collate is using ICU installed on the system except if you pass the option `icu=static` to the Make. At anytime you can override the compilation environnement with the following variables: JS_CFLAGS JS_LIBS ICU_CFLAGS ICU_LDFLAGS