summaryrefslogtreecommitdiff
path: root/package/mpg123/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-16 13:36:13 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-16 13:36:23 -0600
commit5d33e4840753cc739face7e9689452ed90be6ae8 (patch)
treeb5d4a1c550126eae56b06d320acb49670008f7f0 /package/mpg123/patches/patch-configure_ac
parentc4568758963846e7adb2fa47e89409d44ef749e5 (diff)
fix static linking
Diffstat (limited to 'package/mpg123/patches/patch-configure_ac')
-rw-r--r--package/mpg123/patches/patch-configure_ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mpg123/patches/patch-configure_ac b/package/mpg123/patches/patch-configure_ac
new file mode 100644
index 000000000..41a7e658e
--- /dev/null
+++ b/package/mpg123/patches/patch-configure_ac
@@ -0,0 +1,11 @@
+--- mpg123-1.21.0.orig/configure.ac 2014-09-28 16:27:28.000000000 -0500
++++ mpg123-1.21.0/configure.ac 2015-02-16 13:31:29.910186926 -0600
+@@ -1548,7 +1548,7 @@ do
+ HAVE_ALSA=no
+ else
+
+- ALSA_LIBS="-lasound"
++ ALSA_LIBS="-lasound -lpthread"
+ # Check for ALSA
+ AC_CHECK_LIB( [asound], [snd_pcm_open],
+ [ AC_CHECK_HEADER( [alsa/asoundlib.h],