reassign 392033 openmpi-common reassign 392633 openmpi-common merge 392033 392633 tag 392633 + patch thanks
As Steve pointed out on IRC, a simpler solution is to make sure autoconf
knows that it isn't cross building. A patch (hopefully) suitable for an
NMU is attached.
Mark
--
Mark Hymers <mark at hymers dot org dot uk>
"The relationship between journalists and politicians has often been likened
to that between a dog and a lamp post, although I have never worked out who
is supposed to be which."
Nick Assinder, BBC Online Political Correspondent
diff -u openmpi-1.1/debian/rules openmpi-1.1/debian/rules
--- openmpi-1.1/debian/rules
+++ openmpi-1.1/debian/rules
@@ -20,7 +20,7 @@
config.status: configure
dh_testdir
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --sysconfdir=/etc/openmpi --with-devel-headers
+ CFLAGS="$(CFLAGS)" ./configure --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--sysconfdir=/etc/openmpi --with-devel-headers
build: build-arch build-indep
diff -u openmpi-1.1/debian/changelog openmpi-1.1/debian/changelog
--- openmpi-1.1/debian/changelog
+++ openmpi-1.1/debian/changelog
@@ -1,3 +1,12 @@
+openmpi (1.1-2.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove --host=* from debian/rules to make autoconf not enable
+ cross-building mode. Thanks to Steve Langasek for pointing this out.
+ Closes: #392633.
+
+ -- Mark Hymers <[EMAIL PROTECTED]> Sun, 15 Oct 2006 00:46:11 +0100
+
openmpi (1.1-2.1) unstable; urgency=high
* NMU
signature.asc
Description: Digital signature

