Compile for 1.4.5 failing on Solaris 10 Update 9w/recent critical patch update

Helge Blischke h.blischke at acm.org
Tue Nov 23 07:19:02 PST 2010


John Adams wrote:

> By the way, I tried the quick fix which seemed obvious to us, namely,
> setting HAVE_STATFS and HAVE_SYS_STATFS to 0 in config.h, but printers.c
> still ended up with statfs.

Instead of setting these to 0, change these lines to

#undef HAVE_STATFS
#undef HAVE_SYS_STATFS

(see config.h.in for comparison).

Helge





More information about the cups mailing list