[oe-commits] org.oe.dev gd 2.0.33: Don't search for the X11 headers. Without this hosts that have

lenehan commit openembedded-commits at lists.openembedded.org
Sat Sep 9 04:54:40 UTC 2006


gd 2.0.33: Don't search for the X11 headers. Without this hosts that have
X11 headers in /usr/include/X11 and not in /usr/X11R6/include will get a
cross-compile badness error from the compiler from tying to use the host
includes.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 02661077c56615b6f78a85ff37e8cf94cd9a3139
ViewMTN: http://monotone.openembedded.org/revision.psp?id=02661077c56615b6f78a85ff37e8cf94cd9a3139
Files:
1
packages/gd/gd_2.0.33.bb
Diffs:

#
# mt diff -rd00ad8ac9e435bd219304b5401057773c4c254ec -r02661077c56615b6f78a85ff37e8cf94cd9a3139
#
# 
# 
# patch "packages/gd/gd_2.0.33.bb"
#  from [09dd91fdad9775cef7f151a0565b024ee673a635]
#    to [1216c7c3c1dba874b78d93bcaa926ba3217bb075]
# 
============================================================
--- packages/gd/gd_2.0.33.bb	09dd91fdad9775cef7f151a0565b024ee673a635
+++ packages/gd/gd_2.0.33.bb	1216c7c3c1dba874b78d93bcaa926ba3217bb075
@@ -13,7 +13,8 @@ EXTRA_OECONF += " --with-zlib=${STAGING_
 EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
                   --with-png=${STAGING_LIBDIR}/.. \
                   --with-jpeg=${STAGING_LIBDIR}/.. \
-                  --without-xpm"
+                  --without-xpm \
+                  --without-x"
 
 EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}"
 






More information about the Openembedded-commits mailing list