Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 20:31: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: r342843 - head/mail/wmmaiload
Message-ID:  <201402052031.s15KVDNX030410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  5 20:31:12 2014
New Revision: 342843
URL: http://svnweb.freebsd.org/changeset/ports/342843
QAT: https://qat.redports.org/buildarchive/r342843/

Log:
  mail/wmmaiload: Explicitly link libcrypto (taken from dports)

Modified:
  head/mail/wmmaiload/Makefile

Modified: head/mail/wmmaiload/Makefile
==============================================================================
--- head/mail/wmmaiload/Makefile	Wed Feb  5 20:27:57 2014	(r342842)
+++ head/mail/wmmaiload/Makefile	Wed Feb  5 20:31:12 2014	(r342843)
@@ -22,7 +22,7 @@ MAKE_ENV=	DEBUG_CFLAGS="-I${OPENSSLINC}"
 
 CFLAGS+=	-D_GNU_SOURCE
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lcrypto
 
 PLIST_FILES=	bin/wmmaiload bin/wmmaiload-config \
 		man/man1/wmmaiload.1.gz man/man1/wmmaiload-config.1.gz



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