mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
strace: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9f250c2e66
commit
05228a6d2f
12
packages/debug/strace/patches/strace-4.7-automake_1.13.patch
Normal file
12
packages/debug/strace/patches/strace-4.7-automake_1.13.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur strace-4.7-old/configure.ac strace-4.7-new/configure.ac
|
||||
--- strace-4.7-old/configure.ac 2012-05-02 05:34:56.000000000 -0700
|
||||
+++ strace-4.7-new/configure.ac 2013-01-03 21:01:04.000000000 -0800
|
||||
@@ -3,7 +3,7 @@
|
||||
AC_INIT([strace],[4.7])
|
||||
AC_CONFIG_SRCDIR([strace.c])
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
-AM_CONFIG_HEADER([config.h])
|
||||
+AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign check-news dist-xz no-dist-gzip silent-rules])
|
||||
AM_MAINTAINER_MODE
|
||||
AC_CANONICAL_HOST
|
Loading…
x
Reference in New Issue
Block a user