From e6885d77b44fc6fe4a6cd17c93b8d6f456058717 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Jan 19 2016 08:28:32 +0000 Subject: Build with node 0.10 compatible include path --- diff --git a/addon-rpm.gypi b/addon-rpm.gypi index 28b6b0c..4d60bc3 100644 --- a/addon-rpm.gypi +++ b/addon-rpm.gypi @@ -5,6 +5,7 @@ 'product_prefix': '', 'include_dirs': [ + '/usr/include/compat-libuv010', '/usr/include/node', '/usr/include' ], diff --git a/node-gyp.spec b/node-gyp.spec index 5c02d1d..d90769a 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -2,7 +2,7 @@ Name: node-gyp Version: 3.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Node.js native addon build tool License: MIT Group: System Environment/Libraries @@ -83,6 +83,9 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node- %changelog +* Tue Jan 19 2016 Tom Hughes - 3.2.1-2 +- Build with node 0.10 compatible include path + * Mon Jan 18 2016 Tom Hughes - 3.2.1-1 - Update to 3.2.1 upstream release - Enable tests