summaryrefslogtreecommitdiff
path: root/package/alsa-lib/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-03-02 19:56:06 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-03-02 19:56:06 +0100
commit3fa01fadbe913a5aeef7a1da49974ff0649c3fd7 (patch)
tree4a494deda4bf7f1e59abe87cc7ce70e78a0eed18 /package/alsa-lib/patches/patch-configure
parent58ed19a421ed9d0d38a432ee78fde9277165a6ab (diff)
add missing patches from previous commit
Diffstat (limited to 'package/alsa-lib/patches/patch-configure')
-rw-r--r--package/alsa-lib/patches/patch-configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/alsa-lib/patches/patch-configure b/package/alsa-lib/patches/patch-configure
new file mode 100644
index 000000000..86124e79f
--- /dev/null
+++ b/package/alsa-lib/patches/patch-configure
@@ -0,0 +1,17 @@
+--- alsa-lib-1.0.25.orig/configure 2012-01-25 10:29:38.000000000 +0100
++++ alsa-lib-1.0.25/configure 2012-03-02 17:37:04.000000000 +0100
+@@ -19111,14 +19111,6 @@ $as_echo "major $SND_LIB_MAJOR minor $SN
+
+ test "x$prefix" = xNONE && prefix=$ac_default_prefix
+
+-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
+
+
+ # Check whether --with-configdir was given.