[oe-issues] [Bug 1447] x11-X11R7 fails to build on systems without X headers (diet-x11 and libx11)

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Fri Jan 12 09:54:51 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1447


koen at dominion.kabel.utwente.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #9 from koen at dominion.kabel.utwente.nl  2007-01-12 01:54 -------
(In reply to comment #8)
> Actually, the problem seems to be limited to the makekeys compile in libx11 (I
> didn't realize this was a native compile separate from the library itself). 
> This seems to fix it:
> 
> --- packages/xorg-lib/libx11_X11R7.1-1.0.1.bb~  2007-01-11 14:57:00.000000000
> -0600
> +++ packages/xorg-lib/libx11_X11R7.1-1.0.1.bb   2007-01-11 14:57:00.000000000
> -0600
> @@ -17,7 +17,7 @@
>  do_compile() {
>         (
>          unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
> -        cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} makekeys.c -o
> makekeys
> +        cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} ${BUILD_CFLAGS}
> makekeys.c -o makekeys
>         ) || exit 1
>                 rm -f ${STAGING_INCDIR}/X11/Xlib.h
>         oe_runmake
> 

Committed, thanks.


-- 
Configure bugmail: http://bugs.openembedded.org/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 Openembedded-issues mailing list