mapnik / mapnik-packaging

DEPRECATED packaging utilities for mapnik dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't test CURL binary when cross-compiling

kkaefer opened this issue · comments

We're using the CURL binary we just compiled to check wether it works and whether SSL works correctly. This is not something we should do when cross-compiling.

Better explanation: When doing a cross-compile, the resulting curl binary doesn't run on the current build system, so that download will fail because the (e.g.) x86_64 build machine can't execute the (e.g.) ARM curl binary.