diff options
Diffstat (limited to 'lang/php5/Makefile.ext')
-rw-r--r-- | lang/php5/Makefile.ext | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 7963d745d379..c248c1dc91dc 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -267,7 +267,8 @@ USE_GCC= 3.4+ .endif .if ${PHP_MODNAME} == "pdo_mysql" -CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} +CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \ + --with-zlib-dir=/usr USE_MYSQL= yes |