Mailing List Archive

policyd-1.0.1 and libspf 1.2.5
It would appear that policyd-1.0.1 depends on library functions that have been commented out in
libspf 1.2.5 - most of spf_config.c is being excluded by a set of #if 0 / #endif.

For the check of the spf2/spf.h include file, I've corrected configure.ac as follows:

AC_CHECK_HEADER(spf2/spf.h, , [
echo "libspf2 is required to build this program."
exit 1;
],[[#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
]])

Does anyone know what the story is? It appears that one of policyd-1.0.1 or libspf-1.2.5 is
incomplete.


--
/Per Jessen, Zürich

-------
To unsubscribe, change your address, or temporarily deactivate your subscription,
please go to http://v2.listbox.com/member/?listname=spf-devel@v2.listbox.com
Re: policyd-1.0.1 and libspf 1.2.5 [ In reply to ]
Per Jessen wrote:

> It would appear that policyd-1.0.1 depends on library functions that have been commented out
> in libspf 1.2.5 - most of spf_config.c is being excluded by a set of #if 0 / #endif.

For anyone who wants to know - after having researched things a little more, I went back to
libspf2-1.0.4 - at least this now seems to compile.

> Does anyone know what the story is? It appears that one of policyd-1.0.1 or libspf-1.2.5 is
> incomplete.

I'll make a wild guess and say 1.2.5 is "work in progress" .


--
/Per Jessen, Zürich

-------
To unsubscribe, change your address, or temporarily deactivate your subscription,
please go to http://v2.listbox.com/member/?listname=spf-devel@v2.listbox.com