openwrt-packages/kernel
Sven Eckelmann 8340b842f5 ovpn-dco: Avoid building against musl headers
The musl headers contain defines which are incompatible with kernel builds.
For example alltypes.h contain a __BIG_ENDIAN define. This will force
various kernel functions/macros to be build in a way which requires the
target system to be big endian. But if the target system is actually little
endian, these function will then not perform there intended tasks. The
actual (hard to debug) effects can vary between minor problems and fatal
errors.

This is port of the fix from OpenWrt's commit 9ac47ee46918 ("build: use
-nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel modules")

Fixes: 17cd1793bb ("ovpn-dco: Add package")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2021-11-29 01:44:11 -08:00
..
antfs treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
ksmbd ksmbd: update to 3.4.2 2021-10-17 19:02:59 -07:00
macremapper treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
mdio-netlink mdio-netlink: fix PKG_MIRROR_HASH 2021-07-21 23:00:09 +02:00
mtd-rw mtd-rw: fix build failure with kernel 5.10 2021-03-06 22:28:55 +01:00
ovpn-dco ovpn-dco: Avoid building against musl headers 2021-11-29 01:44:11 -08:00
v4l2loopback multimedia: add v4l2tools & v4l2loopback 2021-11-11 03:46:02 -08:00