[Pkg-php-commits] [php/debian-sid] Build with qdbm support

Raphael Geissert geissert at debian.org
Fri Mar 5 17:48:46 UTC 2010


---
 debian/control |    1 +
 debian/rules   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index deb1438..5161d9b 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,7 @@ Build-Depends: apache2-prefork-dev,
 	       libpng12-dev,
 	       libpq-dev,
 	       libpspell-dev,
+	       libqdbm-dev,
 	       librecode-dev,
 	       libsasl2-dev,
 	       libsnmp-dev,
diff --git a/debian/rules b/debian/rules
index 3ff9c3d..3188619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,6 +113,7 @@ COMMON_CONFIG=--build=$(DEB_BUILD_GNU_TYPE) \
 		--with-bz2 \
 		--enable-ctype \
 		--with-db4 \
+		--with-qdbm=/usr \
 		--without-gdbm \
 		--with-iconv \
 		--enable-exif \
-- 
1.6.3.3




More information about the Pkg-php-commits mailing list