mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
libmikmod: replace obsolete automake macros with working ones
Add obsolete-automake-macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4ba5cc77f1
commit
b47164a8c0
|
|
@ -0,0 +1,15 @@
|
|||
Upstream-Status: Submitted (https://sourceforge.net/tracker/?func=detail&aid=3599281&group_id=40531&atid=428227)
|
||||
|
||||
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
||||
diff -Nurd libmikmod-3.1.12/configure.in libmikmod-3.1.12/configure.in
|
||||
--- libmikmod-3.1.12/configure.in 2007-12-15 11:22:57.000000000 +0200
|
||||
+++ libmikmod-3.1.12/configure.in 2013-01-03 07:26:10.662775603 +0200
|
||||
@@ -13,7 +13,7 @@
|
||||
LIBMIKMOD_VERSION=$LIBMIKMOD_MAJOR_VERSION.$LIBMIKMOD_MINOR_VERSION.$LIBMIKMOD_MICRO_VERSION$BETA
|
||||
|
||||
AM_INIT_AUTOMAKE(libmikmod,$LIBMIKMOD_VERSION)
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
# ==============================================================
|
||||
|
|
@ -11,6 +11,7 @@ SRC_URI = "\
|
|||
file://autofoo.patch \
|
||||
file://ldflags.patch \
|
||||
file://CVE-2010-2971.patch \
|
||||
file://obsolete_automake_macros.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "9f3c740298260d5f88981fc0d51f6f16"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user