aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/syslog-ng/syslog-ng.inc
AgeCommit message (Collapse)Author
2010-12-02syslog-ng.inc: Fix build when DISTRO_FEATURES lacks largefile and/or ipv6.Graham Gower
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/limits.h:27:0, from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/lib/glib-2.0/include/glibconfig.h:11, from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib/gtypes.h:34, from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib/galloca.h:34, from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/glib-2.0/glib.h:32, from syslog-ng.h:37, from misc.h:27, from misc.c:24: /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. | afinet.c: In function 'afinet_setup_socket': | afinet.c:205:42: error: 'IPV6_JOIN_GROUP' undeclared (first use in this function) | afinet.c:205:42: note: each undeclared identifier is reported only once for each function it appears in | afinet.c:206:42: error: 'IPV6_MULTICAST_LOOP' undeclared (first use in this function) | afinet.c:211:44: error: 'IPV6_MULTICAST_HOPS' undeclared (first use in this function) | afinet.c:217:40: error: 'IPV6_UNICAST_HOPS' undeclared (first use in this function) | afinet.c: In function 'afinet_dd_construct_ipv6_packet': | afinet.c:448:36: warning: dereferencing type-punned pointer will break strict-aliasing rules | afinet.c:449:36: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-10-08syslog-ng: increase u-a priority to 200Steffen Sledz
Priority for update-alternatives was 50 before which was the same like the one for busybox-syslog. Resulting order now is: * 300 rsyslogd * 200 syslog-ng * 100 sysklogd * 50 busybox-syslog Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-07syslog-ng: add .inc with common declarations and use u-a for initscript as ↵Martin Jansa
rsyslog/busybos/sysklogd does Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>