git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ca615
)
gd 2.0.33: Don't search for the X11 headers. Without this hosts that have
author
Jamie Lenehan
<lenehan@twibble.org>
Sat, 9 Sep 2006 04:50:21 +0000
(
04:50
+0000)
committer
Jamie Lenehan
<lenehan@twibble.org>
Sat, 9 Sep 2006 04:50:21 +0000
(
04:50
+0000)
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.
packages/gd/gd_2.0.33.bb
patch
|
blob
|
history
diff --git
a/packages/gd/gd_2.0.33.bb
b/packages/gd/gd_2.0.33.bb
index
4415c81
..
1d564fc
100644
(file)
--- a/
packages/gd/gd_2.0.33.bb
+++ b/
packages/gd/gd_2.0.33.bb
@@
-13,7
+13,8
@@
inherit autotools binconfig gettext
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}"