[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
Thu Jan 11 21:16:59 UTC 2007


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





------- Comment #8 from andrew.paulsen at gmail.com  2007-01-11 13:16 -------
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


-- 
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