Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
4k
stars
3.48k
forks
source link
`nsutils`: Fails to build with `nssearch.c:108:27: error: 'PATH_MAX' undeclared (first use in this function)` in 22.03. #18896
Closed
dreirund closed 2 years ago
Maintainer:
Oskari Rauta <oskari.rauta(at)gmail.com> (According to
package/feeds/packages/nsutils/Makefile
), @oskarirautaEnvironment:
grep ^CONFIG_TARGET .config
:openwrt-22.03
fromgit://git.openwrt.org/openwrt/openwrt.git
,git pull
and./scripts/feeds update -a && ./scripts/feeds update -a
on 2022-07-09, 18:40 UTC,git log -1 origin --format='%H | %aI | %an'
:c29b13cfa09ebb4e81d4c6f65a4d1190316126bc | 2022-07-05T15:27:52+01:00 | Kevin Darbyshire-Bryant
,packages
feed:598bf7936a0213254dd1fb1493f418099c28d60f | 2022-06-09T15:35:40-07:00 | Rosen Penev
.config.txt
.grep -i nsutils .config
:CONFIG_PACKAGE_nsutils=m
.Description:
Compilation of of
nsutils
fails for me withnssearch.c:108:27: error: 'PATH_MAX' undeclared (first use in this function)
in the above setup.When I issue
make -j1 V=sc package/feeds/packages/nsutils/compile
, I get: