svn commit: r421790 - head/security/pecl-crypto

John Marino marino at FreeBSD.org
Sun Sep 11 04:37:08 UTC 2016


Author: marino
Date: Sun Sep 11 04:37:07 2016
New Revision: 421790
URL: https://svnweb.freebsd.org/changeset/ports/421790

Log:
  security/pecl-crypto: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/security/pecl-crypto/Makefile

Modified: head/security/pecl-crypto/Makefile
==============================================================================
--- head/security/pecl-crypto/Makefile	Sun Sep 11 04:34:48 2016	(r421789)
+++ head/security/pecl-crypto/Makefile	Sun Sep 11 04:37:07 2016	(r421790)
@@ -14,8 +14,9 @@ COMMENT=	Objective wrapper for OpenSSL C
 
 LICENSE=	PHP301
 
-USES=		php:ext tar:tgz
+USES=		php:ext ssl tar:tgz
 CONFIGURE_ARGS=	--with-crypto
-USE_OPENSSL=	yes
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list