Blame SOURCES/soname.patch

0b7ae8
--- uv.gyp	2015-09-22 22:12:07.000000000 +0200
0b7ae8
+++ uv.gyp~	2016-04-04 18:22:10.126238144 +0200
0b7ae8
@@ -171,7 +171,7 @@
0b7ae8
               # This will cause gyp to set soname
0b7ae8
               # Must correspond with UV_VERSION_MAJOR
0b7ae8
               # in include/uv-version.h
0b7ae8
-              'product_extension': 'so.1',
0b7ae8
+              'product_extension': 'so.<(soname_version)',
0b7ae8
             }],
0b7ae8
           ],
0b7ae8
         }],