[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.5'

Florian Forster octo at verplant.org
Sat Apr 11 09:31:07 CEST 2009


 configure.in   |    5 +++--
 src/collectd.h |    6 ++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 86278412535aeeb0e8e2c50df9029f1b0920e4d8
Author: Doug MacEachern <dougm at hyperic.com>
Date:   Fri Apr 10 14:54:11 2009 -0700

    Restore BYTE_ORDER on DARWIN The files matching grep "define _POSIX_C_SOURCE" src/*.c on MacOSX do not compile: In file included from target_notification.c:60: collectd.h:172:3: error: #error "Cannot determine byte order"
    
    See /usr/include/i386/endian.h:
     #if defined(KERNEL) || (!defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE))
    
     #define LITTLE_ENDIAN   __DARWIN_LITTLE_ENDIAN
     #define BIG_ENDIAN      __DARWIN_BIG_ENDIAN
     #define BYTE_ORDER      __DARWIN_BYTE_ORDER
    
    Signed-off-by: Doug MacEachern <dougm at hyperic.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 068e095e95a481834819a588d9081b4c8608d057
Author: Doug MacEachern <dougm at hyperic.com>
Date:   Fri Apr 10 14:38:33 2009 -0700

    Disable disable multi -arch flags to perl.c on OSX Compilation of perl.c fails with:
    
    gcc ... -Wall -Werror -arch i386 -arch ppc -g -pipe -fno-common -DPERL_DARWIN ... -MT perl_la-perl.lo -MD -MP -MF ...
    ...
    gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
    
    See Config_heavy.pl:
    $archflags = exists($ENV{ARCHFLAGS}) ? $ENV{ARCHFLAGS} : '-arch i386 -arch ppc';
    
    Signed-off-by: Doug MacEachern <dougm at hyperic.com>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list