mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/uvw: disable CMake pthread test
Fixes: - http://autobuild.buildroot.net/results/9c61c06142c832a9669afdcafcbb8b1f7df51082 Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
690222d239
commit
acc7fd59a1
@ -13,4 +13,8 @@ UVW_DEPENDENCIES = libuv
|
|||||||
UVW_LICENSE = MIT
|
UVW_LICENSE = MIT
|
||||||
UVW_LICENSE_FILES = LICENSE
|
UVW_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
# The following CMake variable disables a TRY_RUN call in the -pthread
|
||||||
|
# test which is not allowed when cross-compiling (for cmake < 3.10)
|
||||||
|
UVW_CONF_OPTS = -DTHREADS_PTHREAD_ARG=OFF
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user