Re: [OpenWrt-Devel] [PATCH] -fPIC flag for nacl

2012-12-17 Thread Szabolcs Nagy
* Chris Warner [2012-12-14 07:33:43 +0430]: > In order to get cjdns to cross-compile I had to enable -fPIC for the > nacl package in the makefile. I have included my patch below. I am last time i checked nacl only provided statically linked binaries and it has asm implementations for certain pla

[OpenWrt-Devel] [PATCH] -fPIC flag for nacl

2012-12-13 Thread Chris Warner
Greetings all, In order to get cjdns to cross-compile I had to enable -fPIC for the nacl package in the makefile. I have included my patch below. I am under the impression that including this flag is a standard practice for many routines like this. Please let me know if I am going about this correc