]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
ola: Add patch to fix linking issue
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 18 Aug 2015 12:56:42 +0000 (08:56 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Aug 2015 19:06:20 +0000 (21:06 +0200)
commit932442e7a30e6d2e08c1ba8cb1d4c1cf7464926c
tree3ea380cf3d0f05f27b2fba147647f2511b1b0388
parent4c551f459470056740f824c6bec491d2ca2945ec
ola: Add patch to fix linking issue

This patch fixes this autobuild failure:

  http://autobuild.buildroot.net/results/e14/e14e1700d4fe359c56be57587bdb509e002e5753/build-end.log

The problem is caused by the -fvisibility-inlines-hidden switch.
Removing the switch is probably the least intrusive way we can make the
problem go away.  The first solution that was considered was to move the
definition of the offending method to the .cpp file.  However, with
other combinations of compilers and platforms, I suppose it could happen
with other methods as well.  Removing the switch ensures we catch them
all.

Built-tested with the config from the build bot, as well as with all OLA
options/plugins enabled.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ola/0001-Remove-fvisibiliy-inlines-hidden.patch [new file with mode: 0644]