Hello,
I'm trying to cross-compile ipt-netflow on an x86 Ubuntu system for the ARM64 platform. However, I noticed that the ./configure script does not provide options for cross-compilation, such as --CC, --CROSS_COMPILE, or --ARCH.
Is there a reason why these options are not supported in the configuration script? If it’s possible to add support for cross-compilation options, I would be happy to help implement this feature.
Thanks!