OpenWRT-package-softether icon indicating copy to clipboard operation
OpenWRT-package-softether copied to clipboard

Fixes to enable x86_64 build

Open nicolov opened this issue 8 years ago • 0 comments

A few fixes to enable building on x86_64. Besides the typos, there was a problem in the multicall binary code (src/vpnserver/vpnserver.c). On uClibc, argv[] should not be modified by the program, but the non-GNU version of basename does indeed change its argument. For some reason, this was only showing up as a segfault on 64bit builds. I've found a reference to this problem here.

nicolov avatar Jun 27 '16 05:06 nicolov