pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/php-sodium
Module Name: pkgsrc
Committed By: jdolecek
Date: Wed Dec 6 21:47:19 UTC 2017
Modified Files:
pkgsrc/security/php-sodium: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/php-sodium/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/php-sodium/Makefile
diff -u pkgsrc/security/php-sodium/Makefile:1.1 pkgsrc/security/php-sodium/Makefile:1.2
--- pkgsrc/security/php-sodium/Makefile:1.1 Wed Nov 15 08:58:35 2017
+++ pkgsrc/security/php-sodium/Makefile Wed Dec 6 21:47:18 2017
@@ -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