aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-27 21:21:23 +0200
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:25:16 +0100
commitdf4ad317a496582341f031879da52545c71c1743 (patch)
tree3c560b4d1d32c2a852240de4338a88d3fa790011 /recipes
parentdb4c9548d46c7ecce84eb7e3a77631bc25288748 (diff)
downloadopenembedded-df4ad317a496582341f031879da52545c71c1743.tar.gz
libx11 1.1.5: the old "floating point exeception" problem has arrived again, bump MIN_REHASH to 16 to get around it
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-lib/libx11_1.1.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-lib/libx11_1.1.5.bb b/recipes/xorg-lib/libx11_1.1.5.bb
index a22b7a0158..31b42eb058 100644
--- a/recipes/xorg-lib/libx11_1.1.5.bb
+++ b/recipes/xorg-lib/libx11_1.1.5.bb
@@ -5,7 +5,7 @@ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
PROVIDES = "virtual/libx11"
PE = "1"
-PR = "r3"
+PR = "r4"
XORG_PN = "libX11"
@@ -19,6 +19,7 @@ do_compile() {
unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
cd src/util;
mv makekeys.c.orig makekeys.c || true
+ sed -i -e 's:MIN_REHASH 15:MIN_REHASH 16:g' makekeys.c
touch makekeys-makekeys.o ; ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE} makekeys.c -o makekeys
# mv to stop it getting rebuilt
mv makekeys.c makekeys.c.orig