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

Collapse All | Expand All

(-)pvfs-2.6.0.orig/maint/config/rt.m4 (-1 / +1 lines)
Lines 12-18 Link Here
12
	[lio_listio(LIO_NOWAIT, NULL, 0, NULL);],
12
	[lio_listio(LIO_NOWAIT, NULL, 0, NULL);],
13
	[AC_MSG_RESULT(no)],
13
	[AC_MSG_RESULT(no)],
14
	[
14
	[
15
		LDFLAGS="$LDFLAGS -lrt"
15
		LIBS="$LIBS -lrt"
16
		AC_TRY_LINK(
16
		AC_TRY_LINK(
17
			[#include <stdlib.h>
17
			[#include <stdlib.h>
18
			 #include <unistd.h>
18
			 #include <unistd.h>

Return to bug 174670