From 13c62217098fa174b6299ed136fb04c8bd473198 Mon Sep 17 00:00:00 2001 From: dirk Date: Fri, 21 Dec 2001 15:28:06 +0000 Subject: Add -I${PREFIX}/include to CFLAGS to fix build if MCAL and mcrypt support is enabled. Reported by: Scott Allendorf --- www/mod_php4/Makefile | 2 ++ www/mod_php5/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'www') diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 9e75e8f9c267..83d2da2b0352 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -57,6 +57,8 @@ CONFIGURE_ARGS+=--enable-versioning \ --without-gd \ --without-mysql +CFLAGS+= -I${PREFIX}/include + SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 9e75e8f9c267..83d2da2b0352 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -57,6 +57,8 @@ CONFIGURE_ARGS+=--enable-versioning \ --without-gd \ --without-mysql +CFLAGS+= -I${PREFIX}/include + SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" \ -- cgit