lcd4linux: Add limits header for PATH_MAX
Fixes compilation on musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
5256c104e8
commit
ca4dc015fa
2 changed files with 11 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lcd4linux
|
PKG_NAME:=lcd4linux
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
||||||
|
|
10
utils/lcd4linux/patches/200-musl.patch
Normal file
10
utils/lcd4linux/patches/200-musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/plugin_i2c_sensors.c
|
||||||
|
+++ b/plugin_i2c_sensors.c
|
||||||
|
@@ -68,6 +68,7 @@
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <dirent.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
|
||||||
|
#include "debug.h"
|
||||||
|
#include "plugin.h"
|
Loading…
Reference in a new issue