Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 362037 | Differences between
and this patch

Collapse All | Expand All

(-)audit-1.7.4.ebuild (+4 lines)
Lines 67-72 Link Here
67
	# Regenerate autotooling
67
	# Regenerate autotooling
68
	eautoreconf
68
	eautoreconf
69
69
70
	# Bug #362037 Fix compilation with gcc-4.6.0
71
	sed -i -e "s:mode_t:rmode_t:" ${S}/audisp/plugins/remote/remote-config.h ||
72
		die "Failed to correct use of mode_t"
73
70
	# Disable byte-compilation of Python modules.
74
	# Disable byte-compilation of Python modules.
71
	echo "#!/bin/sh" > py-compile
75
	echo "#!/bin/sh" > py-compile
72
76

Return to bug 362037