freeradius3: add PKG_BUILD_PARALLEL:=0
authorEsaaprilia Salsabila <esaapriliasalsabila@gmail.com>
Tue, 25 Jun 2024 16:10:01 +0000 (17:10 +0100)
committerRosen Penev <rosenp@gmail.com>
Wed, 26 Jun 2024 08:50:47 +0000 (01:50 -0700)
commit3c4c819520385798472e48359ef580cd702e1c7c
tree53698264c0c2411d4f30b54e0a2f1863ca822a1a
parent3a998e10218c318511b41739f276e572c1ede967
freeradius3: add PKG_BUILD_PARALLEL:=0

freeradius-3.2.4 had a build failure in the snapshoot release but it builds successfully when doing a pull request
https://downloads.openwrt.org/snapshots/faillogs/aarch64_generic/packages/freeradius3/compile.txt

https://github.com/openwrt/packages/pull/24417

as a solution we need to add

PKG_BUILD_PARALLEL:=0

to prevent freeradius3 from doing the build in parallel

Signed-off-by: Esaaprilia Salsabila <esaapriliasalsabila@gmail.com>
net/freeradius3/Makefile