mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
32 lines
994 B
Makefile
32 lines
994 B
Makefile
# $NetBSD: Makefile.common,v 1.30 2013/10/25 21:47:51 joerg Exp $
|
|
# used by lang/php53/Makefile.php
|
|
# used by lang/php/ext.mk
|
|
# used by meta-pkgs/php53-extensions/Makefile
|
|
|
|
#
|
|
# NOTE:
|
|
# The suhosin option includes a patch from http://www.hardened-php.net/
|
|
# Which tracks with the exact version number of PHP. There may be a delay
|
|
# in the patch which can leave the option broken until an updated patch
|
|
# is released. When updating PHP please don't forget to update the
|
|
# distnfo with the details of the suhosin patch as well.
|
|
|
|
PHP_VERSION_REQD= 53
|
|
PHP_BASE_VERS= ${PHP53_VERSION}
|
|
|
|
.include "../../lang/php/common.mk"
|
|
|
|
CATEGORIES+= www
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
|
|
# needed due to (broken?) configure checks in php-xmlrpc and php5-dom
|
|
CONFIGURE_ENV+= PHP_LIBXML_SHARED="1"
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
# configure test gets confused by wrappers dropping -R /usr/lib
|
|
CONFIGURE_ENV+= php_cv_cc_dashr=no
|
|
.endif
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|