Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crosscompiling support for ./configure.in #1768

Open
icegood opened this issue Jan 6, 2024 · 1 comment
Open

Add crosscompiling support for ./configure.in #1768

icegood opened this issue Jan 6, 2024 · 1 comment

Comments

@icegood
Copy link

icegood commented Jan 6, 2024

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

@Castaglia
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants