diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-06 23:11:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-06 23:11:54 +0800 |
commit | d6a524a9752ec8782a24258f884d7be8ca39d90a (patch) | |
tree | 7b71248bab500ea59d3917c0481e0aa045c7e49f /security/pecl-crypto/files | |
parent | 9a8cdf00317f563b253f588e5d00f0d7e8fa23ff (diff) | |
download | freebsd-ports-gnome-d6a524a9752ec8782a24258f884d7be8ca39d90a.tar.gz freebsd-ports-gnome-d6a524a9752ec8782a24258f884d7be8ca39d90a.tar.zst freebsd-ports-gnome-d6a524a9752ec8782a24258f884d7be8ca39d90a.zip |
- Add pecl-crypto 0.1.0
This package provides an objective wrapper for OpenSSL Crypto Library
WWW: http://pecl.php.net/package/crypto
PR: ports/185410
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Diffstat (limited to 'security/pecl-crypto/files')
-rw-r--r-- | security/pecl-crypto/files/patch-config.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pecl-crypto/files/patch-config.m4 b/security/pecl-crypto/files/patch-config.m4 new file mode 100644 index 000000000000..20120bc9846b --- /dev/null +++ b/security/pecl-crypto/files/patch-config.m4 @@ -0,0 +1,11 @@ +--- ./config.m4.orig 2014-01-06 13:47:54.000000000 +0800 ++++ ./config.m4 2014-01-06 13:48:11.000000000 +0800 +@@ -17,6 +17,8 @@ + PHP_ADD_INCLUDE($OPENSSL_INCDIR) + CRYPTO_LIBS=`$PKG_CONFIG --libs openssl` + PHP_EVAL_LIBLINE($CRYPTO_LIBS, CRYPTO_SHARED_LIBADD) ++ else ++ PHP_EVAL_LIBLINE("-lssl -lcrypto", CRYPTO_SHARED_LIBADD) + fi + + AC_DEFINE(HAVE_CRYPTOLIB,1,[Enable objective OpenSSL Crypto wrapper]) |