hc
2024-08-12 0517ab8c70e05fc5877c0c6dae1a5f42a16dcf88
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From aeaff83b9ae42547b8728edac000f3d41d5e44aa Mon Sep 17 00:00:00 2001
From: Francois Perrad <francois.perrad@gadz.org>
Date: Sat, 17 Jul 2021 13:21:38 +0200
Subject: [PATCH] remove link with librt
 
librt is not available with musl
 
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 lunix-rel-20170920/lunix-20170920-1.rockspec | 10 ----------
 1 file changed, 10 deletions(-)
 
diff --git a/lunix-rel-20170920/lunix-20170920-1.rockspec b/lunix-rel-20170920/lunix-20170920-1.rockspec
index 741179d..76cafeb 100644
--- a/lunix-rel-20170920/lunix-20170920-1.rockspec
+++ b/lunix-rel-20170920/lunix-20170920-1.rockspec
@@ -26,16 +26,6 @@ build = {
         };
     };
     platforms = {
-        linux = {
-            modules = {
-                ["unix"] = {
-                    libraries = {
-                        -- glibc <= 2.17 needs to link with librt
-                        "rt";
-                    };
-                };
-            };
-        };
         osx = {
             modules = {
                 ["unix"] = {
-- 
2.30.2