mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lirc: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
681b67ab42
commit
0f2130575a
@ -34,6 +34,7 @@ export ac_cv_lib_util_forkpty=no
|
||||
export MAKEFLAGS=-j1
|
||||
|
||||
cd $PKG_BUILD
|
||||
mkdir -p m4 && do_autoreconf
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
@ -33,4 +33,4 @@ PKG_SHORTDESC="lirc: Linux Infrared Remote Control"
|
||||
PKG_LONGDESC="LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
PKG_AUTORECONF="no"
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -Naur lirc-0.9.0-old/configure.ac lirc-0.9.0-new/configure.ac
|
||||
--- lirc-0.9.0-old/configure.ac 2011-03-25 15:28:18.000000000 -0700
|
||||
+++ lirc-0.9.0-new/configure.ac 2012-12-31 05:01:51.000000000 -0800
|
||||
@@ -8,7 +8,7 @@
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE(lirc, 0.9.1-git)
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
CFLAGS="${CFLAGS--O2 -g -Wall}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user