X Strike Force SVN commit: rev 229 - in branches/4.3.0/sid/debian: . patches
Author: daniel
Date: 2003-06-22 03:09:22 -0500 (Sun, 22 Jun 2003)
New Revision: 229
Added:
branches/4.3.0/sid/debian/patches/062_make_libGL_PIC_compliant.diff
Modified:
branches/4.3.0/sid/debian/changelog
Log:
patch #062, changelog: add patch to make libGL PIC-compliant
Modified: branches/4.3.0/sid/debian/changelog
==============================================================================
--- branches/4.3.0/sid/debian/changelog 2003-06-22 08:07:42 UTC (rev 228)
+++ branches/4.3.0/sid/debian/changelog 2003-06-22 08:09:22 UTC (rev 229)
@@ -34,14 +34,15 @@
- debian/control: add Build-Depends: libxrender-dev, libxcursor-dev
[ISHIKAWA Mutsumi]
- * patch #061: fix weak dep from libGLU to libGL. (closes: #187365)
-
* new Savage driver (version 1.1.27t): patch #063. (closes: #110974,
#112703, #115223, #128125, #145420, #148008, #152796, #154641, #185443,
#194144, #194351, #191915, #197058, #112703, #110974)
+ new 'Option "ForceInit"' for forcing full initilization of consoles.
(closes: #117454, #129216)
-
+
+ * eliminate TEXTREL section from libGL, making it PIC-compliant:
+ + patch #062: new. (closes: #190323)
+
* xlibs-pic package renamed to xlibs-static-pic
- reintegrate piclib_support.diff (previously patch #046, now patch #909)
Added: branches/4.3.0/sid/debian/patches/062_make_libGL_PIC_compliant.diff
==============================================================================
--- branches/4.3.0/sid/debian/patches/062_make_libGL_PIC_compliant.diff 2003-06-22 08:07:42 UTC (rev 228)
+++ branches/4.3.0/sid/debian/patches/062_make_libGL_PIC_compliant.diff 2003-06-22 08:09:22 UTC (rev 229)
@@ -0,0 +1,10 @@
+--- xc/extras/Mesa/src/X86/glapi_x86.S.orig 2002-09-10 07:07:33.000000000 +1000
++++ xc/extras/Mesa/src/X86/glapi_x86.S 2003-06-21 11:51:11.000000000 +1000
+@@ -18,6 +18,7 @@
+ #define GLOBL_FN(x) GLOBL x
+ #endif
+
++.section Gltext, "awx"
+
+ ALIGNTEXT16
+ GLOBL_FN(GL_PREFIX(NewList))
Reply to: