[Erp5-report] r44802 vincent - /erp5/trunk/buildout/software-profiles/xorg.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 30 16:11:59 CEST 2011


Author: vincent
Date: Wed Mar 30 16:11:58 2011
New Revision: 44802

URL: http://svn.erp5.org?rev=44802&view=rev
Log:
Patch libXext to fix current release's linker error on (some) x86_64 platforms.

Modified:
    erp5/trunk/buildout/software-profiles/xorg.cfg

Modified: erp5/trunk/buildout/software-profiles/xorg.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/xorg.cfg?rev=44802&r1=44801&r2=44802&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] Wed Mar 30 16:11:58 2011
@@ -93,6 +93,17 @@ environment =
 # CFLAGS=-fPIC
 configure-options =
   --disable-specs
+patches =
+  ${libXext-patch-link-error:location}/${libXext-patch-link-error:filename}
+patch-options = -p1
+
+[libXext-patch-link-error]
+# Fixes libXext.la link error
+recipe = hexagonit.recipe.download
+url = http://cgit.freedesktop.org/xorg/lib/libXext/patch/?id=700c7896b832d6e4fb0185f0d5382b01f94e7141
+download-only = true
+filename = 700c7896b832d6e4fb0185f0d5382b01f94e7141.patch
+md5sum = 52635ef694ee6f1acb642a77ee8eb010
 
 [libX11]
 recipe = hexagonit.recipe.cmmi



More information about the Erp5-report mailing list