https://bugzilla.rpmfusion.org/show_bug.cgi?id=118
--- Comment #68 from Sérgio Basto <sergio(a)serjux.com> 2016-02-19 03:42:59 CET ---
(In reply to comment #67)
(In reply to comment #66)
> (In reply to comment #64)
>
> > Build and install the package, then
> >
> > ldd -r /usr/lib64/cinelerra-cv/dissolve.so
>
> Based on Rex Dieter opinion, it's ok for plugins ...
Yes, I meant where these warnings were
undefined symbol: glEnable (/usr/lib64/cinelerra-cv/dissolve.so)
undefined symbol: glDisable (/usr/lib64/cinelerra-cv/dissolve.so)
undefined symbol: glBlendFunc (/usr/lib64/cinelerra-cv/dissolve.so)
undefined symbol: glColor4f (/usr/lib64/cinelerra-cv/dissolve.so)
These undefined symbol only happens with:
# remove executable stack
export LDFLAGS+=" -Wl,-z,noexecstack"
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
After build with this lines commented, doesn't happen.
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.