vpnc: add patches to fix build with the musl C library
commit6be3a59628f21190145181d24d6d017d33579355
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 10 Feb 2016 22:44:15 +0000 (10 23:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Jun 2016 14:12:26 +0000 (3 16:12 +0200)
tree9f77f84c833a5550fb4bb628cb71cbd014f4f49e
parentb989436447d7e518d52517ebb7792af3736e1a79
vpnc: add patches to fix build with the musl C library

This commit adds three patches that are needed to fix build issues on
musl:

 - <error.h> not available on musl
 - structure redefinitions due to direct inclusion of kernel headers
 - missing <sys/ttydefaults.h> inclusion

Patches have been submitted upstream:
http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2016-June/004186.html

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vpnc/0007-sysdep.h-don-t-assume-error.h-is-available-on-all-Li.patch [new file with mode: 0644]
package/vpnc/0008-sysdep.c-don-t-include-linux-if_tun.h-on-Linux.patch [new file with mode: 0644]
package/vpnc/0009-config.c-add-missing-sys-ttydefaults.h-include.patch [new file with mode: 0644]