Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 01:36:13 +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: r421773 - head/security/arirang
Message-ID:  <201609110136.u8B1aDkc024380@repo.freebsd.org>

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

Log:
  security/arirang: Add SSL flags

Modified:
  head/security/arirang/Makefile

Modified: head/security/arirang/Makefile
==============================================================================
--- head/security/arirang/Makefile	Sun Sep 11 01:05:18 2016	(r421772)
+++ head/security/arirang/Makefile	Sun Sep 11 01:36:13 2016	(r421773)
@@ -12,14 +12,15 @@ COMMENT=	Powerful webserver security sca
 
 LICENSE=	BSD3CLAUSE
 
+USES=		ssl
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
 USE_LIBRUBY=	yes
 
-USE_OPENSSL=	yes
-
 CFLAGS+=	-I${LOCALBASE}/include/ruby-${RUBY_VER} -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH}
 CFLAGS+=	-DRUBY_19
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/arirang ${STAGEDIR}${PREFIX}/sbin



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