From d882a00d3476e19e5e7755bcaaa71e813fb8fb6c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 19 Aug 2014 21:34:11 +0200 Subject: fix package build, after using autoreconf --- package/alsa-lib/patches/patch-configure_ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/alsa-lib/patches/patch-configure_ac (limited to 'package/alsa-lib/patches/patch-configure_ac') diff --git a/package/alsa-lib/patches/patch-configure_ac b/package/alsa-lib/patches/patch-configure_ac new file mode 100644 index 000000000..631869f5c --- /dev/null +++ b/package/alsa-lib/patches/patch-configure_ac @@ -0,0 +1,19 @@ +--- alsa-lib-1.0.28.orig/configure.ac 2014-06-17 14:34:19.000000000 +0200 ++++ alsa-lib-1.0.28/configure.ac 2014-08-19 21:19:11.000000000 +0200 +@@ -72,16 +72,6 @@ AC_SUBST(LIBTOOL_VERSION_INFO) + + test "x$prefix" = xNONE && prefix=$ac_default_prefix + +-dnl Do not build static and shared libraries together +-if test "$enable_static" = "$enable_shared" -a "$enable_static" = "yes"; then +-cat <