On 10/01/2009 12:11 AM, Al Chu wrote:
Hi Jan,I noticed this in your 9/9 patch for the freeipmi.spec file: %build %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \ - %{?_enable_debug} --disable-static -CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} + %{?_enable_debug} --disable-static CFLAGS="$RPM_OPT_FLAGS -DINT_MAX=65536" +make %{?_smp_mflags} I'm a little lost on the need to define INT_MAX to 65536. Some wierd corner case I'm not familiar with?
Ooops, this is indeed nonsense, I needed -DINT_MAX=65536 for some tests and the I forgot to remove it.
Sorry for confusion Jan _______________________________________________ Freeipmi-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/freeipmi-devel
