From dc5f142f9204a63069741f2298053db938e5b3ce Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 12 Dec 2010 19:51:37 +0000 Subject: [PATCH] [packages] libmpcdec: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24523 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libmpcdec/patches/001-automake-compat.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/libmpcdec/patches/001-automake-compat.patch diff --git a/libs/libmpcdec/patches/001-automake-compat.patch b/libs/libmpcdec/patches/001-automake-compat.patch new file mode 100644 index 000000000..4cb4c5a2a --- /dev/null +++ b/libs/libmpcdec/patches/001-automake-compat.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR(config) + AM_INIT_AUTOMAKE(libmpcdec,1.2.6) + AM_CONFIG_HEADER(include/config.h) + ++AC_PROG_CXX + AM_PROG_LIBTOOL + + CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -fPIC"