[Pkg-php-commits] [php/debian-sid] Set sysconfig to /etc, to avoid getting /usr/etc in PHP_SYSCONFDIR

Raphael Geissert atomo64 at gmail.com
Sun Feb 7 23:20:27 UTC 2010


For some unknown reason php's build system thinks that /etc should be
PREFIX/etc.
---
 debian/rules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4cb8883..e57975e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,6 +83,7 @@ endif
 
 COMMON_CONFIG=--build=$(DEB_BUILD_GNU_TYPE) \
 		--host=$(DEB_HOST_GNU_TYPE) \
+		--sysconfdir=/etc \
 		--mandir=/usr/share/man \
 		--disable-debug \
 		--with-regex=php \
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list