pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/php-sodium php-sodium expect dir name as para...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6edc0899db9
branches:  trunk
changeset: 372417:b6edc0899db9
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 06 21:47:18 2017 +0000

description:
php-sodium expect dir name as parameter to --with-sodium, so use
BUILDLINK_PREFIX.libsodium; hopefully will fix bulk build, locally it builds
just fine without this for some reason

diffstat:

 security/php-sodium/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r dd7371824ac5 -r b6edc0899db9 security/php-sodium/Makefile
--- a/security/php-sodium/Makefile      Wed Dec 06 21:36:34 2017 +0000
+++ b/security/php-sodium/Makefile      Wed Dec 06 21:47:18 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2017/11/15 08:58:35 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/06 21:47:18 jdolecek Exp $
 
 MODNAME=               sodium
 CATEGORIES+=           security
 COMMENT=               PHP extension for the sodium crypto algorithms library
 
-CONFIGURE_ARGS+=       --with-${MODNAME}=shared
+CONFIGURE_ARGS+=       --with-${MODNAME}=${${BUILDLINK_PREFIX.libsodium}
 
 PHP_VERSIONS_ACCEPTED= 72
 



Home | Main Index | Thread Index | Old Index