Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 01:58:31 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421776 - head/security/gwee
Message-ID:  <201609110158.u8B1wV5B031967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Sep 11 01:58:30 2016
New Revision: 421776
URL: https://svnweb.freebsd.org/changeset/ports/421776

Log:
  security/gwee: Add SSL flags

Modified:
  head/security/gwee/Makefile

Modified: head/security/gwee/Makefile
==============================================================================
--- head/security/gwee/Makefile	Sun Sep 11 01:50:25 2016	(r421775)
+++ head/security/gwee/Makefile	Sun Sep 11 01:58:30 2016	(r421776)
@@ -9,11 +9,10 @@ MASTER_SITES=	PACKETSTORM/UNIX/utilities
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool to exploit command execution vulnerabilities in web scripts
 
-USES=		perl5 python
-USE_OPENSSL=	yes
+USES=		perl5 python ssl
 
-LDFLAGS+=	-lssl -lcrypto
-CFLAGS+=	-DWITH_SSL
+LDFLAGS+=	-L${OPENSSLLIB} -lssl -lcrypto
+CFLAGS+=	-I${OPENSSLINC} -DWITH_SSL
 
 PLIST_FILES=	bin/gwee man/man1/gwee.1.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110158.u8B1wV5B031967>