libwebsockets: avoid a compilation error due to a missing uloop
authorRonny Kotzschmar <redacted>
Wed, 18 Aug 2021 17:08:29 +0000 (19:08 +0200)
committerKarl Palsson <redacted>
Fri, 20 Aug 2021 10:31:49 +0000 (10:31 +0000)
commit35876858d1a94538f3a0b160e2d8a555c4a30612
tree197403188f1f1c166befbdd4dce0e16764d6b457
parent0ae51dab6418c583a1a6d858a1bc6756e65ce06c
libwebsockets: avoid a compilation error due to a missing uloop

With a clean build environment and at least two parallel jobs
a compilation error may occur:

...
-- Looking for uv/version.h - found
libubox include dir: ULOOP_INCLUDE_DIRS-NOTFOUND
libubox libraries: ULOOP_LIBRARIES-NOTFOUND
...
CMake Error in lib/event-libs/uloop/CMakeLists.txt:
  Found relative path while evaluating include directories of
  "websockets-evlib_uloop":

    "ULOOP_INCLUDE_DIRS-NOTFOUND"
...

Signed-off-by: Ronny Kotzschmar <redacted>
libs/libwebsockets/Makefile
git clone https://git.99rst.org/PROJECT