proftpd icon indicating copy to clipboard operation
proftpd copied to clipboard

Add crosscompiling support for ./configure.in

Open icegood opened this issue 2 years ago • 1 comments

For now during configuration of the module for other platform we will obtain:

checking whether listen supports negative backlog... 
configure: error: in /home/ice/external/openwrt_build/under_env/openwrt_22_series_for_dlink620/build_dir/target-mipsel_24kc_musl/proftpd-28e60b76':
configure: error: cannot run test program while cross compiling

the issue could be fixed if all of macroses AC_TRY_RUN will be feed with AC_MSG_RESULT(cross-compiling); and some random guesses under cross compilation

icegood avatar Jan 06 '24 19:01 icegood

Can you explain your use cases/needs, for why/when you'd like such cross-compiling support?

Castaglia avatar Jan 06 '24 19:01 Castaglia