From da9963595a5f4d6c2ea78fdf8ceaf24a7ea13336 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg 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(+) 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 v1.2.3