[a2jmidid] dso linking fix

Orcan Ogetbil oget at fedoraproject.org
Tue Jul 10 02:49:52 UTC 2012


commit 33b0b71e4b1a928d5a48e61d524e9ddf8bc50b06
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Mon Jul 9 22:49:31 2012 -0400

    dso linking fix

 a2jmidid.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/a2jmidid.spec b/a2jmidid.spec
index 3a7cc0a..1fa7490 100644
--- a/a2jmidid.spec
+++ b/a2jmidid.spec
@@ -6,6 +6,8 @@ URL:		http://home.gna.org/a2jmidid/
 Source0:	http://download.gna.org/%{name}/%{name}-%{version}.tar.bz2
 # a2jmidi_bridge.c and j2amidi_bridge.c are GPLv2+
 # The rest is GPLv2
+# Fix DSO linking: https://gna.org/support/index.php?2934
+Patch0:		a2jmidid-linking.patch
 License:	GPLv2 and GPLv2+
 Group:		Applications/Multimedia
 
@@ -30,6 +32,7 @@ one ALSA sequencer port and one JACK MIDI port. Such bridge is unidirectional.
 
 %prep
 %setup -q
+%patch0 -p1 -b .dso.linking
 
 %build
 export CFLAGS="%{optflags}"


More information about the scm-commits mailing list