iucode-tool: fix compile error with musl libc and USE_CPUID_DEVICE
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 29 Nov 2022 18:39:04 +0000 (19:39 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 4 Dec 2022 12:21:46 +0000 (13:21 +0100)
commitada4d0d0abefe776fb633a7d7974d766465940f5
tree05ae49eac55671730aaddb395bf75d6d02867d27
parenta8f3c97ce83dc97cd7acb040a715ecd75d824161
iucode-tool: fix compile error with musl libc and USE_CPUID_DEVICE

Add patch to fix compilation error with USE_CPUID_DEVICE enabled and musl
used as libc. Musl doesn't add limits.h header by default and this is
required if USE_CPUID_DEVICE is used.

The package currently compile because fortify headers include limits.h
by default.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/system/iucode-tool/patches/001-iucode_tool-add-missing-limits.h-for-USE_CPUID_DEVIC.patch [new file with mode: 0644]