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

KDE_3_1_BRANCH: kdeedu/debian



CVS commit by benb: 

Avoid SIGFPE on alpha.


  M +6 -0      changelog   1.10.2.21
  M +6 -0      rules   1.10.2.7


--- kdeedu/debian/changelog  #1.10.2.20:1.10.2.21
@@ -1,2 +1,8 @@
+kdeedu (4:3.1.5-2) unstable; urgency=low
+
+  * Building with -mieee on alpha to avoid kstars SIGFPE (closes: #226966).
+
+ -- Ben Burton <bab@debian.org>  Mon, 19 Jan 2004 17:04:30 +1100
+
 kdeedu (4:3.1.5-1) unstable; urgency=low
 

--- kdeedu/debian/rules  #1.10.2.6:1.10.2.7
@@ -36,4 +36,10 @@
 endif
 
+ifeq ($(DEB_BUILD_GNU_TYPE),alpha-linux)
+  # Required to avoid SIGFPE in kstars (#226966).
+  CFLAGS += -mieee
+  CXXFLAGS += -mieee
+endif
+
 -include debian/debiandirs
 




Reply to: