nodejs: Restore c-ares and gtest include files
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 2 Jan 2016 21:58:31 +0000 (16:58 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 2 Jan 2016 21:58:31 +0000 (16:58 -0500)
commitd53dc64470906af49b9a6a47c88077ffc34c89eb
tree4bdf9d824211e5552cc00c9ed97ed05a015b51fe
parent5bdfa5135a07244219ca40ea39bd14ad6f55bdcf
nodejs: Restore c-ares and gtest include files

Due to a bug in nodejs [1] we have to remove the c-ares and gtest
include files before building. Improve this to restore them after
building to prevent build breakage if building a package requiring
these afterwards.

[1] https://github.com/nodejs/node/issues/2637
packages/nodejs/build.sh