diff --git a/lash-linking.patch b/lash-linking.patch index 025dd86..e46d164 100644 --- a/lash-linking.patch +++ b/lash-linking.patch @@ -66,3 +66,25 @@ diff -rupN lash-0.5.4.old/clients/synth/Makefile.in lash-0.5.4/clients/synth/Mak all: all-am +diff -rupN lash-0.5.4.old/lashd/Makefile.am lash-0.5.4/lashd/Makefile.am +--- lash-0.5.4.old/lashd/Makefile.am 2006-09-16 16:27:46.000000000 -0400 ++++ lash-0.5.4/lashd/Makefile.am 2010-07-23 15:13:59.000000000 -0400 +@@ -32,6 +32,7 @@ lashd_LDADD = \ + $(ALSA_LIBS) \ + $(XML2_LIBS) \ + $(UUID_LIBS) \ ++ -lpthread \ + $(top_builddir)/liblash/liblash.la + + lashd_CFLAGS = \ +diff -rupN lash-0.5.4.old/lashd/Makefile.in lash-0.5.4/lashd/Makefile.in +--- lash-0.5.4.old/lashd/Makefile.in 2007-11-14 17:00:10.000000000 -0500 ++++ lash-0.5.4/lashd/Makefile.in 2010-07-23 15:14:29.000000000 -0400 +@@ -262,6 +262,7 @@ lashd_LDADD = \ + $(ALSA_LIBS) \ + $(XML2_LIBS) \ + $(UUID_LIBS) \ ++ -lpthread \ + $(top_builddir)/liblash/liblash.la + + lashd_CFLAGS = \ diff --git a/lash.spec b/lash.spec index 524fb3d..6155967 100644 --- a/lash.spec +++ b/lash.spec @@ -3,7 +3,7 @@ Summary: LASH Audio Session Handler Name: lash Version: 0.5.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.nongnu.org/lash/ @@ -164,6 +164,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitearch}/lash.py* %changelog +* Fri Jul 23 2010 Orcan Ogetbil - 0.5.4-11 +- More DSO-linking fixes + * Wed Jul 21 2010 David Malcolm - 0.5.4-10 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild