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

(-)audit-2.1.3.orig/configure.ac (+3 lines)
Lines 79-84 Link Here
79
    esac
79
    esac
80
fi
80
fi
81
81
82
AC_CHECK_HEADER([asm/ptrace.h], [AC_DEFINE([HAVE_ASM_PTRACE_H],[],[Define to 1 if you have asm/ptrace.h])], [])
83
AC_CHECK_HEADER([linux/ptrace.h], [AC_DEFINE([HAVE_LINUX_PTRACE_H],[],[Define to 1 if you have linux/ptrace.h])], [])
84
82
#gssapi
85
#gssapi
83
AC_ARG_ENABLE(gssapi_krb5,
86
AC_ARG_ENABLE(gssapi_krb5,
84
	[AS_HELP_STRING([--enable-gssapi-krb5],[Enable GSSAPI Kerberos 5 support @<:@default=no@:>@])],
87
	[AS_HELP_STRING([--enable-gssapi-krb5],[Enable GSSAPI Kerberos 5 support @<:@default=no@:>@])],
(-)audit-2.1.3.orig/lib/private.h (+13 lines)
Lines 168-173 Link Here
168
// netlink.c
168
// netlink.c
169
hidden_proto(audit_get_reply);
169
hidden_proto(audit_get_reply);
170
170
171
#ifdef __ia64__ /* what a pos */
172
# define ia64_fpreg FU_ia64_fpreg
173
# define pt_all_user_regs FU_pt_all_user_regs
174
#endif
175
#ifdef HAVE_ASM_PTRACE_H
176
# include <asm/ptrace.h>
177
#endif
178
#ifdef HAVE_LINUX_PTRACE_H
179
# include <linux/ptrace.h>
180
#endif
181
#undef FU_ia64_fpreg
182
#undef FU_pt_all_user_regs
183
171
184
172
#ifdef __cplusplus
185
#ifdef __cplusplus
173
}
186
}

Return to bug 439188