Ondřej Surý dixit: >On Sat, Jan 28, 2012 at 19:41, Thorsten Glaser <[email protected]> wrote: >> No, it’s not. I’ll upload to d-p.org unreleased shortly
Oh well, I can’t upload yet due to https://bugs.php.net/bug.php?id=60925 >> to prove you wrong and me right, and send a debdiff. > >Checked m68k (under porterboxes are down) and you're right. Mh. This is as far as I get (compiles about a day then hangs due to the above bug). diff -u php5-5.3.9/debian/rules php5-5.3.9/debian/rules --- php5-5.3.9/debian/rules +++ php5-5.3.9/debian/rules @@ -63,7 +63,7 @@ CFLAGS += -gstabs endif -ifneq ($(DEB_HOST_ARCH_OS), $(findstring $(DEB_HOST_ARCH_OS), hurd m68k hppa ppc64)) +ifeq (,$(findstring $(DEB_HOST_ARCH),hppa hurd-i386 m68k ppc64)) CONFIGURE_APACHE_ARGS = --with-interbase=shared,/usr --with-pdo-firebird=shared,/usr else CONFIGURE_APACHE_ARGS = --without-interbase --without-pdo-firebird diff -u php5-5.3.9/debian/changelog php5-5.3.9/debian/changelog --- php5-5.3.9/debian/changelog +++ php5-5.3.9/debian/changelog @@ -1,3 +1,10 @@ +php5 (5.3.9-4+m68k.1) unreleased; urgency=low + + * Fix the architecture switch for firebird extension inclusion, + for real this time (Closes: #645401) + + -- Thorsten Glaser <[email protected]> Sat, 28 Jan 2012 13:10:43 +0000 + php5 (5.3.9-4) unstable; urgency=low * Remove suhosin patch from description and add short NEWS about bye, //mirabilos -- “Having a smoking section in a restaurant is like having a peeing section in a swimming pool.” -- Edward Burr -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

