[Pkg-php-commits] [php/debian-sid] Correct miss-placed --enable-intl option

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


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

diff --git a/debian/rules b/debian/rules
index ef3d5de..6857bec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,7 +111,6 @@ COMMON_CONFIG=--build=$(DEB_BUILD_GNU_TYPE) \
 		--enable-exif \
 		--enable-ftp \
 		--with-gettext \
-		--enable-intl \
 		--enable-mbstring \
 		--with-pcre-regex=/usr \
 		--enable-shmop \
@@ -234,6 +233,7 @@ configure-apache2-stamp: prepared-stamp
 		--with-imap=shared,/usr \
 		--with-imap-ssl \
 		$(IBFLAGS) \
+		--enable-intl \
 		--with-ttf=shared,/usr \
 		--with-t1lib=shared,/usr \
 		--with-ldap=shared,/usr \
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list