k13132 / openwrt-dpdk

Data Plane Development Kit (DPDK) integration into OpenWrt
26 stars 12 forks source link

numactl: upstream changes that fix MUSL build issues #14

Closed pprindeville closed 6 months ago

pprindeville commented 1 year ago

fstat64() should be a wrapper for fstat() on 64-bit systems if -D_LARGEFILE64_SOURCE is used. Also, MUSL wants <fcntl.h> to be included and not <sys/fcntl.h>.

Should all be fixed in 2.0.17 or 2.1.0 whichever comes next.

zokl commented 6 months ago

Resolved in https://github.com/k13132/openwrt-dpdk/tree/arm

pprindeville commented 6 months ago

Any reason to not fix this in openwrt?

zokl commented 6 months ago

Any reason to not fix this in openwrt?

I have not noticed that this modification is still needed.