[Bug 632] patches/security/20110215/6878713.patch breaks zero build

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Feb 16 05:45:48 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=632





------- Comment #1 from mark at klomp.org  2011-02-16 13:45 -------
Easiest solution is probably to embed the redefinition of __STDC_LIMIT_MACROS
that the patch introduces in
openjdk/hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp with

#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list