servalproject / serval-dna

The Serval Project's core daemon that implements Distributed Numbering Architecture (DNA), MDP, VoMP, Rhizome, MeshMS, etc.
http://servalproject.org
Other
171 stars 80 forks source link

Compiling Version on OS X 10.10 Yosemite (Apple LLVM version 6.1.0) #90

Closed jonashoechst closed 9 years ago

jonashoechst commented 9 years ago

Trigger sections can only be 16 chars in mach-o binaries. I shorted the names, so this is true and also removed an unnecessary null check, which lead to a compiler error.

lakeman commented 9 years ago

57c30ad seems redundant as this should already be fixed / re-worked by dab244d. Suggest you rebase 586be11 & 6d5ea42 onto development so we can review your changes without the noise of merge commits.