[oe-commits] [Bug 5490] Trying to build openjdk-6 failing with llibxext_1.2.0. install

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Sun Nov 28 06:24:57 UTC 2010


show_bug.cgi?id=5490

vlrk <ramakanth.varala at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTOURBUG

--- Comment #6 from vlrk <ramakanth.varala at gmail.com> 2010-11-28 06:32:25 UTC ---
After applying the below patch libxext-native built properly .subsequently the
openjdk-6 also build successfully.

diff --git a/src/Xge.c b/src/Xge.c
index 7a583e5..2ea5d27 100644
--- a/src/Xge.c
+++ b/src/Xge.c
@@ -294,7 +294,7 @@ _xgeEventToWire(Display* dpy, XEvent* re, xEvent* event)
 /*
  * Extensions need to register callbacks for their events.
  */
-Bool
+_X_HIDDEN Bool
 xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks)
 {
     XGEExtNode* newExt;

-- 
Configure bugmail: userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list