pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libweboscket: Add comment about -DLWS_WITHOUT_TESTAPPS=ON



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 27 01:58:10 2016 +0100
Changeset:	fc856c6e07bd5942286eb99959f8781fd2a2be97

Modified Files:
	libwebsocket/Makefile

Log Message:
libweboscket: Add comment about -DLWS_WITHOUT_TESTAPPS=ON

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fc856c6e07bd5942286eb99959f8781fd2a2be97

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libwebsocket/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/libwebsocket/Makefile b/libwebsocket/Makefile
index de13127..86ee623 100644
--- a/libwebsocket/Makefile
+++ b/libwebsocket/Makefile
@@ -14,6 +14,7 @@ LICENSE=	gnu-lgpl-v2.1
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+# Build without tests (with them it doesn't build for now)
 CMAKE_ARGS+=	-DLWS_WITHOUT_TESTAPPS=ON
 
 .include "../../security/openssl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index