https://bugzilla.rpmfusion.org/show_bug.cgi?id=118
--- Comment #69 from Kevin Kofler <kevin.kofler(a)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.