http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
--- Comment #30 from Orcan Ogetbil <oget.fedora(a)gmail.com> 2009-04-17 15:51:58 ---
(In reply to comment #26)
(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!
and what will set the LADSPA_PATH during runtime? No, just patch (or sed) it
up, and there won't be no worries.
> # clear-execstack
> execstack -c $RPM_BUILD_ROOT%{_libdir}/%{name}/libmltgtk2.so
This is necessary, else rpmlint gives warning...
Please describe me the steps to get this rpmlint warning, with that line
removed.
--
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.