hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
154 stars 17 forks source link

_LINUX_CAPABILITY_VERSION_3 broke cross-compilation for Android #116

Open benhylau opened 8 years ago

benhylau commented 8 years ago

These changes broke android_do when I tried to cross-compile from OS X. @kyrias @lgierth suggestions? https://github.com/hyperboria/cjdns/commit/9ebb4212c0e70a43546ee498e8189266e4ac7c90 https://github.com/hyperboria/cjdns/commit/32f9862b0536b77c8148dbb6be028d9fac45f913

kyrias commented 8 years ago

Might want to add another platform-specific file for darwin that defines the newer constants then, like in 239cc383800ee36c572757a7870317c5e22eb3d8.

benhylau commented 8 years ago

@lgierth got a fix for this. Yea pretty much what @kyrias said.