diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 09:58:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 09:58:30 +0800 |
commit | 3875572cef871807254f736dd104742d9de544ce (patch) | |
tree | 9c25048292fe2251be7ce03d9db48d2c94db3fcd | |
parent | 6729a6d095f36981828e40b4c6b1d0fb83648996 (diff) | |
download | freebsd-ports-gnome-3875572cef871807254f736dd104742d9de544ce.tar.gz freebsd-ports-gnome-3875572cef871807254f736dd104742d9de544ce.tar.zst freebsd-ports-gnome-3875572cef871807254f736dd104742d9de544ce.zip |
security/gwee: Add SSL flags
-rw-r--r-- | security/gwee/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gwee/Makefile b/security/gwee/Makefile index abcaa044154a..3dfee1106d2e 100644 --- a/security/gwee/Makefile +++ b/security/gwee/Makefile @@ -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 |