diff --git a/addon-rpm.gypi b/addon-rpm.gypi index f457cad..4c1a5b2 100644 --- a/addon-rpm.gypi +++ b/addon-rpm.gypi @@ -3,8 +3,9 @@ 'type': 'loadable_module', 'product_prefix': '', 'include_dirs': [ + '/usr/include/compat-libuv010', + '/usr/include/node', '/usr/include', - '/usr/include/node' ], 'target_conditions': [ diff --git a/node-gyp.spec b/node-gyp.spec index cc07b2f..22321ad 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -2,7 +2,7 @@ Name: node-gyp Version: 0.10.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Node.js native addon build tool License: MIT Group: System Environment/Libraries @@ -71,6 +71,9 @@ rm -rf %{buildroot} %doc README.md LICENSE %changelog +* Wed Apr 29 2015 T.C. Hollingsworth - 0.10.6-4 +- fixup include order for compat-libuv010 (RHBZ#1213047) + * Sat Jun 07 2014 Fedora Release Engineering - 0.10.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild