From 2b8fad435672c8254b5eb493f463b0877d799f78 Mon Sep 17 00:00:00 2001
From: Min RK <benjaminrk@gmail.com>
Date: Tue, 22 Oct 2019 16:20:27 +0200
Subject: [PATCH] stop removing librt

it's required on linux
---
 node.gypi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node.gypi b/node.gypi
index 05d80e846c..f12d3cd6cb 100644
--- a/node.gypi
+++ b/node.gypi
@@ -292,7 +292,7 @@
       'ldflags': [ '-Wl,-M,/usr/lib/ld/map.noexstk' ],
     }],
     [ 'OS=="linux"', {
-      'libraries!': [
+      'libraries': [
         '-lrt'
       ],
     }],
-- 
2.23.0

