Actions
Bug #3281
closedImpossible to cross-compile due to AC_CHECK_FILE
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Description
The use of AC_CHECK_FILE and AC_CHECK_FILES cause the following error
when cross-compiling:
configure: error: cannot check for file existence when cross compiling
The solution is to check for the file directly instead of using a macro.
Updated by Fabrice Fontaine about 5 years ago
PR available at https://github.com/OISF/suricata/pull/4328
Updated by Fabrice Fontaine about 5 years ago
- Subject changed from Impossible to cross-compile 5.0.0 due to AC_CHECK_FILE to Impossible to cross-compile due to AC_CHECK_FILE
Updated by Victor Julien almost 5 years ago
- Assignee set to Fabrice Fontaine
- Target version set to 5.0.1
Updated by Jason Ish almost 5 years ago
- Related to Bug #3073: AC_CHECK_FILE on cross compile added
Updated by Victor Julien almost 5 years ago
- Status changed from New to Closed
- Priority changed from High to Normal
Actions