Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (2):
build: fix af_unix-related solaris build failure
build: fix compiler warnings from perl PMDA module
configure | 2 -
configure.ac | 4 +--
src/libpcp/src/derive.c | 3 ++
src/perl/PMDA/PMDA.xs | 49 +++++++++++++++++++++++++++++++++++++-----------
4 files changed, 44 insertions(+), 14 deletions(-)
commit 957fc11f6c93e81adcea406703b8f1ee1ea860a9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 22 17:05:56 2016 +1100
build: fix compiler warnings from perl PMDA module
commit fdc5c9a63f6e7122608a1ff04d2691658b89082a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 22 16:47:22 2016 +1100
build: fix af_unix-related solaris build failure
Add the missing cflags incantations to pick up all of the
missed CMSG and related macros. Fix compiler warning from
index() call, needs conditional strings.h use on Solaris.
|