Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nginx: Do not link against libia2.a unless IA2 is enabled
libia2.a requires the runtime initialization code that is not included unless IA2_ENABLE=1. If we try to link it without enabling the initialization code, we will get a missing symbol now.
- Loading branch information