generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
28
package/lua-lunix/0001-fix-with-uClibc.patch
Normal file
28
package/lua-lunix/0001-fix-with-uClibc.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From ee41d97a80b978f54941ac6857c00b8a8f28de24 Mon Sep 17 00:00:00 2001
|
||||
From: Francois Perrad <francois.perrad@gadz.org>
|
||||
Date: Sun, 6 Jun 2021 17:55:06 +0200
|
||||
Subject: [PATCH] fix with uClibc
|
||||
|
||||
uClibc doesn't have is no sys_siglist.
|
||||
|
||||
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
|
||||
---
|
||||
lunix-rel-20170920/src/unix.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lunix-rel-20170920/src/unix.c b/lunix-rel-20170920/src/unix.c
|
||||
index 5f3a70a..e561ab2 100644
|
||||
--- a/lunix-rel-20170920/src/unix.c
|
||||
+++ b/lunix-rel-20170920/src/unix.c
|
||||
@@ -438,7 +438,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SYS_SIGLIST
|
||||
-#define HAVE_SYS_SIGLIST (!MUSL_MAYBE && !__sun && !_AIX)
|
||||
+#define HAVE_SYS_SIGLIST (!MUSL_MAYBE && !__sun && !_AIX && !__UCLIBC__)
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_UNLINKAT
|
||||
--
|
||||
2.30.2
|
||||
|
||||
36
package/lua-lunix/0002-remove-link-with-librt.patch
Normal file
36
package/lua-lunix/0002-remove-link-with-librt.patch
Normal file
@ -0,0 +1,36 @@
|
||||
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
|
||||
|
||||
24
package/lua-lunix/0003-fix-sysctl-detection.patch
Normal file
24
package/lua-lunix/0003-fix-sysctl-detection.patch
Normal file
@ -0,0 +1,24 @@
|
||||
sys/sysctl.h was removed with glibc 2.32
|
||||
|
||||
Fetched from: https://github.com/wahern/lunix/pull/20/files
|
||||
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
|
||||
---
|
||||
lunix-rel-20170920/src/unix.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lunix-rel-20170920/src/unix.c b/lunix-rel-20170920/src/unix.c
|
||||
index 272820a..fa00876 100644
|
||||
--- a/lunix-rel-20170920/src/unix.c
|
||||
+++ b/lunix-rel-20170920/src/unix.c
|
||||
@@ -165,7 +165,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SYS_SYSCTL_H /* missing on musl libc */
|
||||
-#define HAVE_SYS_SYSCTL_H (defined BSD || GLIBC_PREREQ(0,0) || UCLIBC_PREREQ(0,0,0))
|
||||
+#define HAVE_SYS_SYSCTL_H (defined BSD || (__GLIBC__ && !GLIBC_PREREQ(2,32)) || UCLIBC_PREREQ(0,0,0))
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRUCT_IN_PKTINFO
|
||||
--
|
||||
2.30.2
|
||||
|
||||
6
package/lua-lunix/Config.in
Normal file
6
package/lua-lunix/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LUA_LUNIX
|
||||
bool "lua-lunix"
|
||||
help
|
||||
lunix is a bindings library module to common Unix system APIs.
|
||||
|
||||
http://25thandclement.com/~william/projects/lunix.html
|
||||
3
package/lua-lunix/lua-lunix.hash
Normal file
3
package/lua-lunix/lua-lunix.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 4a4007b394ae884e18e9d0319ea584e8b4a682d7bf8fa5b99c7eea9baf1e5ed6 lunix-20170920-1.src.rock
|
||||
sha256 9b74be104d59caa45bf3321ebe771f9cc7874209261a93f1cf971ceca44fbe03 lunix-rel-20170920/LICENSE
|
||||
14
package/lua-lunix/lua-lunix.mk
Normal file
14
package/lua-lunix/lua-lunix.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-lunix
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_LUNIX_VERSION_UPSTREAM = 20170920
|
||||
LUA_LUNIX_VERSION = $(LUA_LUNIX_VERSION_UPSTREAM)-1
|
||||
LUA_LUNIX_NAME_UPSTREAM = lunix
|
||||
LUA_LUNIX_SUBDIR = lunix-rel-$(LUA_LUNIX_VERSION_UPSTREAM)
|
||||
LUA_LUNIX_LICENSE = MIT
|
||||
LUA_LUNIX_LICENSE_FILES = $(LUA_LUNIX_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user