From 5e9fc1833722c157aa8a0caa47fd13279b776fe9 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 20 Jan 2011 17:30:04 +0000 Subject: [PATCH] Updated xinetd bep to remove a line from configure.in that was wiping out rlim_t --- sys-apps/xinetd/xinetd-2.3.14.bep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/xinetd/xinetd-2.3.14.bep b/sys-apps/xinetd/xinetd-2.3.14.bep index de98ec077..1e4318b45 100644 --- a/sys-apps/xinetd/xinetd-2.3.14.bep +++ b/sys-apps/xinetd/xinetd-2.3.14.bep @@ -14,6 +14,9 @@ BUILD { # workaround while (SIGBUS == SIGSEGV) on HAIKU sed -i 's/case SIGBUS:/\n/g' xinetd/signals.c + + # save rlim_t + sed -i 's/XINETD_CHECK_TYPE(rlim_t/dnl XINETD_CHECK_TYPE(rlim_t/' configure.in libtoolize --force --copy --install aclocal