summaryrefslogtreecommitdiff
path: root/security/php74-sodium/files/patch-config.m4
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-09-20 12:21:11 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-09-20 12:21:11 +0000
commit7aca2531e2d785929c4477143e265a8d9b0b516b (patch)
tree5eb143508ff1769e64395b54d8a3b09e1576fba0 /security/php74-sodium/files/patch-config.m4
parentUpdate security/*gpgme* to 1.13.1 (diff)
Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
Notes
Notes: svn path=/head/; revision=512406
Diffstat (limited to 'security/php74-sodium/files/patch-config.m4')
-rw-r--r--security/php74-sodium/files/patch-config.m417
1 files changed, 17 insertions, 0 deletions
diff --git a/security/php74-sodium/files/patch-config.m4 b/security/php74-sodium/files/patch-config.m4
new file mode 100644
index 000000000000..9d328698a487
--- /dev/null
+++ b/security/php74-sodium/files/patch-config.m4
@@ -0,0 +1,17 @@
+--- config.m4.orig 2017-11-03 18:32:08 UTC
++++ config.m4
+@@ -50,14 +50,6 @@ if test "$PHP_SODIUM" != "no"; then
+ PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBSODIUM_DIR/$PHP_LIBDIR, SODIUM_SHARED_LIBADD)
+ fi
+
+- PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL,
+- [
+- AC_DEFINE(HAVE_LIBSODIUMLIB,1,[ ])
+- ],[
+- AC_MSG_ERROR([wrong libsodium lib version (< 1.0.8) or lib not found])
+- ],[
+- ])
+-
+ PHP_SUBST(SODIUM_SHARED_LIBADD)
+
+ PHP_NEW_EXTENSION(sodium, libsodium.c, $ext_shared)