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}"