[oe-commits] Koen Kooi : libx11 1.1.5: the old "floating point exeception" problem has arrived again, bump MIN_REHASH to 16 to get around it

git version control git at git.openembedded.org
Wed May 27 19:23:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 88f1746e04002b67895db5e206c4a12e317febfd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=88f1746e04002b67895db5e206c4a12e317febfd

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 27 21:21:23 2009 +0200

libx11 1.1.5: the old "floating point exeception" problem has arrived again, bump MIN_REHASH to 16 to get around it

---

 recipes/xorg-lib/libx11_1.1.5.bb |    3 ++-
 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 a22b7a0..31b42eb 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





More information about the Openembedded-commits mailing list