[Bug 118] Review Request: cinelerra-cv - Advanced audio and video capturing, compositing, and editing
RPM Fusion Bugzilla
noreply at rpmfusion.org
Sun Feb 21 14:43:59 CET 2016
https://bugzilla.rpmfusion.org/show_bug.cgi?id=118
--- Comment #69 from Kevin Kofler <kevin.kofler at chello.at> 2016-02-21 14:43:59 CET ---
It's almost certainly the -Wl,--as-needed line:
> sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
which is causing the issue. (IMHO, it's a linker bug, because the symbols are
actually referenced, so the library IS needed.)
This one:
> # remove executable stack
> export LDFLAGS+=" -Wl,-z,noexecstack"
should not be a problem.
--
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.
More information about the rpmfusion-developers
mailing list