[Pkg-php-commits] r1261 - php5/trunk/debian

Sean Finney seanius at alioth.debian.org
Tue Mar 24 08:47:17 UTC 2009


Author: seanius
Date: 2009-03-24 08:47:17 +0000 (Tue, 24 Mar 2009)
New Revision: 1261

Modified:
   php5/trunk/debian/changelog
   php5/trunk/debian/rules
Log:
remove obsolete ./configure arguments

Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog	2009-03-23 22:30:41 UTC (rev 1260)
+++ php5/trunk/debian/changelog	2009-03-24 08:47:17 UTC (rev 1261)
@@ -6,6 +6,8 @@
   * Refresh all patches.
   * Update suhosin patch to 5.2.9, remove autotools-generated files (configure,
     php_config.h.in) and .dsp files from patch.
+  * remove obsolete configure options from ./configure: --enable-memory-limit,
+    --enable-track-vars, --enable-trans-sid, --enable-filepro and --enable-dbx.
   * Remove obsoleted patches which have been incorporated upstream:
     - snmp_leaks.patch
     - BG-initializing-fix.patch

Modified: php5/trunk/debian/rules
===================================================================
--- php5/trunk/debian/rules	2009-03-23 22:30:41 UTC (rev 1260)
+++ php5/trunk/debian/rules	2009-03-24 08:47:17 UTC (rev 1261)
@@ -68,7 +68,6 @@
 COMMON_CONFIG=--build=$(DEB_BUILD_GNU_TYPE) \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--mandir=/usr/share/man \
-		--enable-memory-limit \
 		--disable-debug \
 		--with-regex=php \
 		--disable-rpath \
@@ -80,8 +79,6 @@
 		--enable-sysvsem \
 		--enable-sysvshm \
 		--enable-sysvmsg \
-		--enable-track-vars \
-		--enable-trans-sid \
 		--enable-bcmath \
 		--with-bz2 \
 		--enable-ctype \
@@ -89,7 +86,6 @@
 		--without-gdbm \
 		--with-iconv \
 		--enable-exif \
-		--enable-filepro \
 		--enable-ftp \
 		--with-gettext \
 		--enable-mbstring \
@@ -101,7 +97,6 @@
 		--with-zlib \
 		--with-kerberos=/usr \
 		--with-openssl=/usr \
-		--enable-dbx \
 		--enable-soap \
 		--enable-zip \
 		--with-mime-magic=$(MAGIC_MIME) \




More information about the Pkg-php-commits mailing list