http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
--- Comment #26 from Zarko Pintar <zarko.pintar(a)gmail.com> 2009-04-17 13:18:07 ---
(In reply to comment #14)
* src/modules/jackrack/plugin_mgr.c has
/usr/local/lib/ladspa:/usr/lib/ladspa
hardcoded, which won't work on 64bit systems. Please fix this.
This can be resoved with setting enviornment LADSPA_PATH variable to correct
value:
export LADSPA_PATH=%{_libdir}/ladspa
in %install section, because program, at run-time check this variable, and it
will set internal variable to hardcoded only if LADSPA_PATH is empty!
# clear-execstack
execstack -c $RPM_BUILD_ROOT%{_libdir}/%{name}/libmltgtk2.so
This is necessary, else rpmlint gives warning...
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.