hostapd: fix Argument list too long build error
authorRobert Marko <robimarko@gmail.com>
Sun, 24 Mar 2024 19:54:26 +0000 (20:54 +0100)
committerRobert Marko <robimarko@gmail.com>
Mon, 25 Mar 2024 10:02:16 +0000 (11:02 +0100)
commitbf4c04a4d08376bb611a748a102dbf974d089336
tree137ab6ca344499144b57f22c704aea7c48562a89
parentc02a2db05e941c49ba3d073f537c2d101c7e48b0
hostapd: fix Argument list too long build error

Currently, both CI and local builds of wpa-supplicant will fail with:
/bin/sh: Argument list too long

Its happening as the argument list for mkdir in build.rules is too large
and over the MAX_ARG_STRLEN limit.

It seems that recent introduction of APK compatible version schema has
increased the argument size and thus pushed it over the limit uncovering
the issue.

Fixes: e8725a932e16 ("treewide: use APK compatible version schema")
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/services/hostapd/patches/999-build-make-_make_dirs-robust-against-too-long-argume.patch [new file with mode: 0644]