Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 06:58:19 +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: r366192 - head/devel/libevent2
Message-ID:  <201408260658.s7Q6wJqe008514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 26 06:58:19 2014
New Revision: 366192
URL: http://svnweb.freebsd.org/changeset/ports/366192
QAT: https://qat.redports.org/buildarchive/r366192/

Log:
  devel/libevent2: Fix typo that blocked building with openSSL
  
  PR:		193006
  Reported by:	poyopoyo (puripuri.plala.or.jp)

Modified:
  head/devel/libevent2/Makefile

Modified: head/devel/libevent2/Makefile
==============================================================================
--- head/devel/libevent2/Makefile	Tue Aug 26 05:34:43 2014	(r366191)
+++ head/devel/libevent2/Makefile	Tue Aug 26 06:58:19 2014	(r366192)
@@ -25,7 +25,7 @@ INSTALL_TARGET=	install-strip
 
 OPENSSL_USE=	openssl=yes
 OPENSSL_CPPFLAGS=	-I${OPENSSLINC}
-OPENSLS_LDFLAGS=	-L${OPENSSLLIB}
+OPENSSL_LDFLAGS=	-L${OPENSSLLIB}
 OPENSSL_CONFIGURE_ENABLE=	openssl
 
 THREADS_CONFIGURE_ENABLE=	support



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