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

Raphael Geissert atomo64 at gmail.com
Thu Jul 9 06:03:07 UTC 2009


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 b70142f..353891d 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.5.6.5





More information about the Pkg-php-commits mailing list