Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-ftp php-ftp: php7 requirement to build with SSL



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc932e394b46
branches:  trunk
changeset: 430880:cc932e394b46
user:      tm <tm%pkgsrc.org@localhost>
date:      Tue May 05 14:08:15 2020 +0000

description:
php-ftp: php7 requirement to build with SSL

diffstat:

 net/php-ftp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r f702e21fb438 -r cc932e394b46 net/php-ftp/Makefile
--- a/net/php-ftp/Makefile      Tue May 05 14:04:44 2020 +0000
+++ b/net/php-ftp/Makefile      Tue May 05 14:08:15 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:50:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/05 14:08:15 tm Exp $
 
 MODNAME=               ftp
 CATEGORIES+=           net
 COMMENT=               PHP extension for FTP access
-PKGREVISION=           1
+PKGREVISION=           2
 
 CONFLICTS=     php-ftp-[0-9]*
 
@@ -11,7 +11,7 @@
 
 # adjust so that the pkg gets built with SSL support
 LIBS+=                 -lssl -lcrypto
-CFLAGS+=               -DHAVE_OPENSSL_EXT
+CFLAGS+=               -DHAVE_OPENSSL_EXT -DHAVE_FTP_SSL
 
 .include "../../lang/php/ext.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index