Mailing List Archive

[PATCH 0/9] Misc build fixes
Hello,

Here is a set of patches we have accumulated in the Buildroot project
(http://buildroot.org) for the vpnc software. It would be great if
they could be integrated upstream, and if a new tarball release was
made.

Thanks a lot!

Thomas

Bernhard Reutner-Fischer (1):
config.c: Replace deprecated SUSv3 functions with POSIX equivalents

Thomas Petazzoni (7):
Makefile: allow to override the PREFIX variable
Makefile: allow to override the version
Makefile: allow passing custom CFLAGS/CPPFLAGS
Makefile: allow passing a custom path to libgcrypt-config
sysdep.h: don't assume <error.h> is available on all Linux platforms
sysdep.c: don't include <linux/if_tun.h> on Linux
config.c: add missing <sys/ttydefaults.h> include

Ulf Samuelsson (1):
Makefile: provide an option to not build manpages

Makefile | 20 ++++++++++++--------
config.c | 4 ++--
sysdep.c | 4 +---
sysdep.h | 5 ++++-
4 files changed, 19 insertions(+), 14 deletions(-)

--
2.7.4

_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/
Re: [PATCH 0/9] Misc build fixes [ In reply to ]
On Fri, Jun 03, 2016 at 03:35:19PM +0200, Thomas Petazzoni wrote:
> Here is a set of patches we have accumulated in the Buildroot project
> (http://buildroot.org) for the vpnc software. It would be great if
> they could be integrated upstream, and if a new tarball release was
> made.

Nice work, thanks!

Nick.
_______________________________________________
vpnc-devel mailing list
vpnc-devel@unix-ag.uni-kl.de
https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel
http://www.unix-ag.uni-kl.de/~massar/vpnc/