Forum: CFEngine Help
Subject: Re: Cfe v3.2.0 for Solaris 10 and HP-UX?
Author: jblaine
Link to topic: https://cfengine.com/forum/read.php?3,23288,23305#msg-23305

It compiles on Solaris 10 with a 1-line fix to the configure script (or you can 
check out the Subversion trunk and build that... sigh).

Change


if test x$DIRFD_MACRO_FOUND != x; then


to:


if test x$DIRFD_MACRO_FOUND = x; then


at around line 15304 in the 3.2.0 configure script.

It's a bummer 3.2.0 was released with build-breaking bugs on theoretically 
supported platforms.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to