mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libmicrohttpd: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b75fb782b0
commit
73164b62dc
@ -0,0 +1,12 @@
|
||||
diff -Naur libmicrohttpd-0.9.24/configure.ac libmicrohttpd-0.9.24.patch/configure.ac
|
||||
--- libmicrohttpd-0.9.24/configure.ac 2012-12-25 19:36:51.000000000 +0100
|
||||
+++ libmicrohttpd-0.9.24.patch/configure.ac 2013-01-12 03:26:44.632253887 +0100
|
||||
@@ -23,7 +23,7 @@
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libmicrohttpd], [0.9.24],[libmicrohttpd@gnu.org])
|
||||
AM_INIT_AUTOMAKE([silent-rules])
|
||||
-AM_CONFIG_HEADER([MHD_config.h])
|
||||
+AC_CONFIG_HEADERS([MHD_config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AH_TOP([#define _GNU_SOURCE 1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user