OpenWRT-package-softether
OpenWRT-package-softether copied to clipboard
Fixes to enable x86_64 build
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.