mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
mysql: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8b3f5c7f79
commit
cf092e35d4
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur mysql-5.1.67-old/configure.in mysql-5.1.67-new/configure.in
|
||||||
|
--- mysql-5.1.67-old/configure.in 2012-12-13 02:05:51.000000000 -0800
|
||||||
|
+++ mysql-5.1.67-new/configure.in 2012-12-30 08:39:00.000000000 -0800
|
||||||
|
@@ -22,7 +22,7 @@
|
||||||
|
AM_INIT_AUTOMAKE([1.9 tar-ustar])
|
||||||
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
|
-AM_CONFIG_HEADER([include/config.h])
|
||||||
|
+AC_CONFIG_HEADERS([include/config.h])
|
||||||
|
|
||||||
|
# Request support for automake silent-rules if available.
|
||||||
|
# Default to verbose output. One can use the configure-time
|
Loading…
x
Reference in New Issue
Block a user