Edit

IABSD.fr/ports/www/pecl-ssh2/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-19 21:18:37
    Hash : 88c5a333
    Message : For all our ports that use the pecl module, SHARED_ONLY is always defined and "c" is always added to WANTLIB. Remove the check from the module and add WANTLIB += c to the individual port Makefiles. No changes in package signature, no other modules affected.

  • www/pecl-ssh2/Makefile
  • # $OpenBSD: Makefile,v 1.19 2016/03/19 21:18:38 naddy Exp $
    
    COMMENT=		PHP bindings for the libssh2 library
    
    DISTNAME=		ssh2-0.12
    REVISION=		0
    
    # PHP
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c crypto ssh2 ssl z
    
    MODULES=		lang/php/pecl
    CONFIGURE_STYLE=	gnu
    
    LIB_DEPENDS=		security/libssh2
    
    .include <bsd.port.mk>