ndpgroup / vpnc

client for ipsec (cisco/juniper) vpn concentrator
GNU General Public License v2.0
34 stars 30 forks source link

Fix compilation on Alpine Linux (a musl-based libc distro) #8

Closed spaskalev closed 3 years ago

spaskalev commented 8 years ago

The musl libc doesn't provide error.h and a corresponding error(...) functions. Luckily, vpnc has one in its source, we just have to use it :)

Regards, Stanislav

jflemer-ndp commented 7 years ago

This github repo is just for Juniper specific features. It looks like your change is generic. I would suggest you submit the patch via the vpnc-devel mailing list (http://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel).