svn commit: r390727 - head/sysutils/ipmitool

Philip M. Gollucci pgollucci at FreeBSD.org
Sat Jun 27 19:52:44 UTC 2015


Author: pgollucci
Date: Sat Jun 27 19:52:43 2015
New Revision: 390727
URL: https://svnweb.freebsd.org/changeset/ports/390727

Log:
  sysutils/ipmitool: properly link against ports OpenSSL/LibreSSL
  
  PR:                  199389
  Submitted by:        franco at opnsense.org and brnrd
  Approved by:         maintainer timeout (steve.polyack at intermedix.com ; 76 days)

Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Sat Jun 27 19:34:48 2015	(r390726)
+++ head/sysutils/ipmitool/Makefile	Sat Jun 27 19:52:43 2015	(r390727)
@@ -30,6 +30,9 @@ PERIODIC_DIR=	etc/periodic/daily
 OPTIONS_DEFINE=	FREEIPMI DOCS
 FREEIPMI_DESC=	Enable support for freeipmi
 
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
+
 .if defined(WITH_DEBUG)
 CFLAGS+=	-ggdb -Wall
 .endif


More information about the svn-ports-all mailing list