aboutsummaryrefslogtreecommitdiff
path: root/net/ola/patches/002-remove-visibility-inlines-hidden-flag.patch
Commit message (Collapse)AuthorAge
* ola: update to 0.10.8Rosen Penev2020-11-23
| | | | | | | | | | Removed upstreamed patches. Refreshed other ones. Removed Makefile hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ola: Update to 0.10.7 and switch to codeloadRosen Penev2018-08-04
| | | | | | Simpler and easier to bump version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ola: fix build (linking issue TCPSocket::ReadDescriptor() const)Alexandru Ardelean2015-12-15
Reported buildbot issue is: /store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const' collect2: error: ld returned 1 exit status There's also a discussion (attempt) to fix this on the buildroot project: https://patchwork.ozlabs.org/patch/503884/ This bug has been reported (from the buildroot project), here: https://github.com/OpenLightingProject/ola/issues/880 This commit introduced the issue: https://github.com/OpenLightingProject/ola/commit/bfc1d99055980dfac5c959a7210257d1939803ec specifically the `-fvisibility-inlines-hidden` switch. So, until, the upstream project (ola) fixes this, this fix looks like the quickest/simplest workaround to have this package build. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>