aboutsummaryrefslogtreecommitdiff
path: root/net/ola/patches
Commit message (Collapse)AuthorAge
* ola: fix dependency issues.Christian Beier2016-03-17
| | | | | | | This adds one patch from the upcoming 0.10.2 release to exclude Avahi/DNS-SD from build time detection and properly adds liblo as a dependency. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* 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>
* ola: Update to 0.9.7.Christian Beier2015-07-16
Signed-off-by: Christian Beier <cb@shoutrlabs.com>