From: jow Date: Sun, 12 Dec 2010 19:51:37 +0000 (+0000) Subject: [packages] libmpcdec: fix autoreconf X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dc5f142f9204a63069741f2298053db938e5b3ce;p=packages.git [packages] libmpcdec: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24523 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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"