pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php72 php72: Make php-embed a no-op for other tha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8dc3017bf2b
branches: trunk
changeset: 442268:e8dc3017bf2b
user: otis <otis%pkgsrc.org@localhost>
date: Sat Nov 21 19:44:32 2020 +0000
description:
php72: Make php-embed a no-op for other than main php package
This avoids the situation when more than one SAPI is requested to build,
which is unsupported (only one of fpm, filter, module) can be built at
once.
diffstat:
lang/php72/Makefile.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 0d48078c4787 -r e8dc3017bf2b lang/php72/Makefile.php
--- a/lang/php72/Makefile.php Sat Nov 21 19:43:57 2020 +0000
+++ b/lang/php72/Makefile.php Sat Nov 21 19:44:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.15 2020/11/20 15:51:25 otis Exp $
+# $NetBSD: Makefile.php,v 1.16 2020/11/21 19:44:32 otis Exp $
# used by lang/php72/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -111,6 +111,7 @@
PLIST_VARS+= embed
+.if !empty(PKGNAME:Mphp-[7-9]*)
.if !empty(PKG_OPTIONS:Mphp-embed)
CONFIGURE_ARGS+= --enable-embed
INSTALLATION_DIRS+= include/php/sapi/embed
@@ -122,6 +123,7 @@
${INSTALL_DATA} ${WRKSRC}/sapi/embed/php_embed.h ${DESTDIR}${PREFIX}/include/php/sapi/embed/
${INSTALL_LIB} ${WRKSRC}/libs/libphp7.so ${DESTDIR}${PREFIX}/lib/
.endif
+.endif
DL_AUTO_VARS= yes
.include "../../mk/dlopen.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index