pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-suphp The full pathname to apxs is provided by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9babec9f00c
branches:  trunk
changeset: 515105:b9babec9f00c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 25 09:08:01 2006 +0000

description:
The full pathname to apxs is provided by www/apache2/buildlink3.mk, so
use it. This fixes builds where ${LOCALBASE}/sbin is not in the PATH.

diffstat:

 www/ap2-suphp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a608632be0a9 -r b9babec9f00c www/ap2-suphp/Makefile
--- a/www/ap2-suphp/Makefile    Sun Jun 25 08:59:22 2006 +0000
+++ b/www/ap2-suphp/Makefile    Sun Jun 25 09:08:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:18 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/25 09:08:01 rillig Exp $
 #
 
 DISTNAME=              suphp-0.6.0
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 GCC_REQD+=             3.0     # the C++ code uses the .at() method
-CONFIGURE_ARGS+=       APXS=apxs
+CONFIGURE_ARGS+=       APXS=${APXS}
 CONFIGURE_ARGS+=       --with-apache-user=${APACHE_USER:Q}
 CONFIGURE_ARGS+=       --with-logfile=${VARBASE}/httpd/suphp_log
 



Home | Main Index | Thread Index | Old Index