[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 171 - trunk/debian



Author: branden
Date: 2003-06-09 16:54:42 -0500 (Mon, 09 Jun 2003)
New Revision: 171

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
replace presently-useless $(DEBUGFLAGS) variable in
$(SERVERDEBUG_IMAKE_DEFINES) with -DDefaultGcc2OptimizeOpt=-O0 to turn off
optimiziation when compiling the debugging XFree86 X server


Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	2003-06-09 20:29:19 UTC (rev 170)
+++ trunk/debian/rules	2003-06-09 21:54:42 UTC (rev 171)
@@ -64,7 +64,9 @@
 # Set some Imake variables for the regular and server-debugging builds.
 TIMESTAMP:=$(shell env TZ=UTC date +%Y%m%d%H%M%S)
 IMAKE_DEFINES:=-DXFree86CustomVersion='\"Debian $(SOURCE_VERSION) $(TIMESTAMP) $(BUILDER)\"'
-SERVERDEBUG_IMAKE_DEFINES:=-DXFree86CustomVersion='\"Debian (static) $(SOURCE_VERSION) $(TIMESTAMP) $(BUILDER)\"' -DBuildServersOnly=YES -DDoLoadableServer=NO -DXnestServer=NO -DXVirtualFramebufferServer=NO -DXprtServer=NO $(DEBUGFLAGS)
+# XXX: replace -DDefaultGcc2OptimizeOpt=-O0 with $(DEBUGFLAGS) when the time
+# comes (see above)
+SERVERDEBUG_IMAKE_DEFINES:=-DXFree86CustomVersion='\"Debian (static) $(SOURCE_VERSION) $(TIMESTAMP) $(BUILDER)\"' -DBuildServersOnly=YES -DDoLoadableServer=NO -DXnestServer=NO -DXVirtualFramebufferServer=NO -DXprtServer=NO -DDefaultGcc2OptimizeOpt=-O0
 
 # If this is an official build, set the BuilderEMailAddr that gets displayed in
 # some error messages.

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	2003-06-09 20:29:19 UTC (rev 170)
+++ trunk/debian/changelog	2003-06-09 21:54:42 UTC (rev 171)
@@ -2,8 +2,11 @@
 
   * debian/control: move xlibs-pic from section devel to section libdevel
     (syncrhonize with Debian archive override file)
+  * debian/rules: replace presently-useless $(DEBUGFLAGS) variable in
+    $(SERVERDEBUG_IMAKE_DEFINES) with -DDefaultGcc2OptimizeOpt=-O0 to turn off
+    optimiziation when compiling the debugging XFree86 X server
 
- -- Branden Robinson <branden@debian.org>  Mon,  9 Jun 2003 05:29:37 -0500
+ -- Branden Robinson <branden@debian.org>  Mon,  9 Jun 2003 16:53:16 -0500
 
 xfree86 (4.2.1-8) unstable; urgency=high
 



Reply to: