mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
json-c: add patch to support automake-1.13, this fixes #1830
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bcc13a27a3
commit
2a02a5914e
12
packages/devel/json-c/patches/json-c-automake-1.13.patch
Normal file
12
packages/devel/json-c/patches/json-c-automake-1.13.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur json-c-0.9/configure.in json-c-0.9.patch/configure.in
|
||||
--- json-c-0.9/configure.in 2009-01-06 23:55:33.000000000 +0100
|
||||
+++ json-c-0.9.patch/configure.in 2013-02-01 16:45:09.890830041 +0100
|
||||
@@ -10,7 +10,7 @@
|
||||
# Checks for libraries.
|
||||
|
||||
# Checks for header files.
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/param.h] stdarg.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user