I uploaded an NMU for this bug:
diff -u openmotif-2.2.3/debian/changelog openmotif-2.2.3/debian/changelog
--- openmotif-2.2.3/debian/changelog
+++ openmotif-2.2.3/debian/changelog
@@ -1,3 +1,12 @@
+openmotif (2.2.3-1.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix FTBFS on s390 (and reportedly sparc) by compiling with
+ -fno-strict-aliasing, based on a patch by Petr Salinger
+ (Closes: #323798)
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]> Mon, 19 Sep 2005 01:00:31 +0200
+
openmotif (2.2.3-1.1) unstable; urgency=high
* NMU.
diff -u openmotif-2.2.3/debian/rules openmotif-2.2.3/debian/rules
--- openmotif-2.2.3/debian/rules
+++ openmotif-2.2.3/debian/rules
@@ -35,6 +35,7 @@
build-stamp:
dh_testdir
(cd $(WORK)/$(DIR); set -ex; \
+ CFLAGS="-g -O2 -fno-strict-aliasing" \
./configure \
--prefix=/usr/X11R6 \
--mandir=/usr/X11R6/man; \
Gruesse,
--
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]