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

Bug#180665: workaround for bug



The following patch works around what appears to be either an optimizer
bug, or something equally nasty.

Given the amount of stuff backed up on ia64 due to tetex-bin, I plan to
NMU shortly.

lamont 

diff -ur t/tetex-bin-2.0.1/debian/rules tetex-bin-2.0.1/debian/rules
--- t/tetex-bin-2.0.1/debian/rules	2003-02-28 08:53:04.000000000 -0700
+++ tetex-bin-2.0.1/debian/rules	2003-02-28 08:29:12.000000000 -0700
@@ -8,6 +8,12 @@
 # This is the debhelper compatibility version to use.
 export DH_COMPAT=3
 
+ifeq ($(DEB_BUILD_ARCH),ia64)
+  CFLAGS = CFLAGS=-g
+else
+  CFLAGS =
+endif
+
 package=tetex-bin
 sublib=libkpathsea3
 subdev=libkpathsea-dev
@@ -44,7 +50,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	make
+	make ${CFLAGS}
 
 	touch build-stamp
 




Reply to: