From 239a0c08703c0b3821eb95049f1239f5a7177be0 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 10 Sep 2016 23:32:55 +0000 Subject: [PATCH] net-p2p/createtorrent: Add SSL build flags Approved by: SSL blanket --- net-p2p/createtorrent/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index 6c334fa333fe..07ac3f174c91 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -11,8 +11,10 @@ COMMENT= Create BitTorrent files from the command line LICENSE= GPLv2 +USES= ssl GNU_CONFIGURE= yes -USE_OPENSSL= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} PLIST_FILES= bin/createtorrent