[Pkg-php-commits] [php/debian-sid] Build the interbase extension on all the supported architectures (cherry picked from commit 032ce57e51587780bf4bde7f5e3a45554eed1991)

Raphael Geissert geissert at debian.org
Sun Feb 7 23:17:14 UTC 2010


---
 debian/control |    2 +-
 debian/rules   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 1129999..b5616c6 100644
--- a/debian/control
+++ b/debian/control
@@ -259,7 +259,7 @@ Description: IMAP module for php5
  generated pages quickly. This version of PHP5 was built with the Suhosin patch.
 
 Package: php5-interbase
-Architecture: i386 amd64 powerpc sparc
+Architecture: amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${binary:Version})
 Description: interbase/firebird module for php5
  This package provides a module for interbase/firebird functions in PHP scripts.
diff --git a/debian/rules b/debian/rules
index 52c1222..b38a24d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,8 +75,8 @@ else
 LIBTOOL_CONFLICTS:=$(error "could not resolve path to ltmain.sh")
 endif
 
-# only enable interbase support for i386/amd64/powerpc/sparc
-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 powerpc sparc))
+# only enable interbase support on archs where it is supported
+ifneq (,$(filter $(DEB_HOST_ARCH),amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc))
 	IBFLAGS=--with-interbase=shared,/usr \
 		--with-pdo-firebird=shared,/usr
 endif
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list