Bug#521756: policykit: FTBFS on systems without inotify

2009-04-14 Thread Samuel Thibault
There was a missing bit, here is an updated patch. Samuel --- src/polkit/polkit-context.c.orig2009-03-29 13:36:48.0 +0100 +++ src/polkit/polkit-context.c 2009-03-29 13:39:23.23000 +0100 @@ -308,7 +308,7 @@ goto error; } } -#else +#eli

Bug#521756: policykit: FTBFS on systems without inotify

2009-03-29 Thread Samuel Thibault
Package: policykit Severity: important Tags: patch Hello, policykit currently FTBFS on hurd-i386 because it does not support inotify and although policykit has a few ifdefs, some are missing, and there are some unconditional use of the PATH_MAX limit which hurd-i386 does not have, here is a patch