Khem Raj be3c11c82d
relayd: Fix building with CMake 4+
Bump minimum cmake dialect to be 3.5+, this is an openwrt
component, which does not get many updates these days. Ideally
the cmake files for the project should be fixed.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-15 00:25:32 -07:00

21 lines
515 B
BlitzBasic

DESCRIPTION = "Layer 3 relay daemon"
SECTION = "console/network"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2"
DEPENDS = "libubox"
SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master"
SRCREV = "f646ba40489371e69f624f2dee2fc4e19ceec00e"
PV = "0.0.1+git"
UPSTREAM_CHECK_COMMITS = "1"
inherit cmake
EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"