Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454944
Collapse All | Expand All

(-)rsyslog-7.2.5.ebuild.orig (+9 lines)
Lines 51-56 Link Here
51
	# Don't force '-g' CFLAG
51
	# Don't force '-g' CFLAG
52
	sed -e 's/CFLAGS="\(.*\) -g"/CFLAGS="\1"/g' -i configure.ac || die
52
	sed -e 's/CFLAGS="\(.*\) -g"/CFLAGS="\1"/g' -i configure.ac || die
53
53
54
	# Fix json-c includes
55
	sed -e 's/^#include <json\//#include <json-c\//g' -i \
56
		action.c template.c template.h \
57
		runtime/msg.c runtime/msg.h \
58
		plugins/imkmsg/kmsg.c \
59
		plugins/mmnormalize/mmnormalize.c \
60
		plugins/mmjsonparse/mmjsonparse.c \
61
		plugins/ommongodb/ommongodb.c || die
62
54
	# Fix runtime UUID/JSON libs linking
63
	# Fix runtime UUID/JSON libs linking
55
	epatch "${FILESDIR}/6-stable/${PN}-6.6.0-fix-runtime.patch"
64
	epatch "${FILESDIR}/6-stable/${PN}-6.6.0-fix-runtime.patch"
56
65

Return to bug 454944