Hi Daniel, On Sat, Dec 29, 2018 at 01:00:08PM -0500, Daniel Echeverry wrote: > Thanks for your reply, I was trying build this new version with > pbuilder --host-arch=... but doesn't build fine (please log attached), > However I will upload this new version to unstable. Feel free to sent > me the new patch and I will apply it in a new revision and forward to > the upstream.
openfortivpn is one of the packages that need extra information about the host architecture. For autotools this is done using "cache variables". So for cross building openfortivpn to linux-any (we don't have non-linux release architectures at the moment), you need to provide the following value: ac_cv_file__proc_net_route=yes The easiest way of doing so is passing it as an environment variable to the build. If the patch from bug #915424 got applied upstream, you should no longer need other cache variables. So you can easily tell whether that is the case. Thank you for trying Helmut