summaryrefslogtreecommitdiff
path: root/package/alsa-lib/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-23 18:47:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-23 19:32:08 +0200
commit9d07d2abb446d1dbbe701aac002e99fd98b658c2 (patch)
tree620381a662b05960ff1c3f7c5f6097c0c5bab644 /package/alsa-lib/patches/patch-configure_ac
parentb266877a008800c5dbc48a313be879356ac8f18d (diff)
alsa-lib: update to 1.1.4
Diffstat (limited to 'package/alsa-lib/patches/patch-configure_ac')
-rw-r--r--package/alsa-lib/patches/patch-configure_ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/alsa-lib/patches/patch-configure_ac b/package/alsa-lib/patches/patch-configure_ac
deleted file mode 100644
index c9e7cfbf6..000000000
--- a/package/alsa-lib/patches/patch-configure_ac
+++ /dev/null
@@ -1,26 +0,0 @@
---- alsa-lib-1.0.29.orig/configure.ac 2015-02-26 13:34:52.000000000 +0100
-+++ alsa-lib-1.0.29/configure.ac 2016-11-20 18:20:58.456540169 +0100
-@@ -67,21 +67,13 @@ dnl Checks for library functions.
- AC_PROG_GCC_TRADITIONAL
- AC_CHECK_FUNCS([uselocale])
-
-+AC_CHECK_FUNC([fork])
-+
- SAVE_LIBRARY_VERSION
- 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 <<EOF
-- Please, do not try to compile static and shared libraries together.
-- See INSTALL file for more details (do not use --enable-shared=yes with
-- --enable-static=yes).
--EOF
-- exit 1
--fi
--
- dnl ALSA configuration directory
- AC_ARG_WITH(configdir,
- AS_HELP_STRING([--with-configdir=dir],