pkgsrc-WIP-changes archive

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

utox-git: disable asan.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Sep 12 19:48:51 2018 +0300
Changeset:	5a394fb65b5853cf6c5f5cddb7c6e9955dbe7230

Modified Files:
	uTox-git/Makefile

Log Message:
utox-git: disable asan.

This is causing problems on netbsd, which are worth investigating,
so keep that as a note.

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

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

diffstat:
 uTox-git/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/uTox-git/Makefile b/uTox-git/Makefile
index 2efe66f381..90cade50c3 100644
--- a/uTox-git/Makefile
+++ b/uTox-git/Makefile
@@ -17,6 +17,9 @@ LICENSE=	gnu-gpl-v3
 USE_CMAKE=	yes
 TEST_TARGET=	test
 
+# Unclear crash in OpenAL on NetBSD
+CMAKE_ARGS+=	-DENABLE_ASAN=OFF
+
 .include "../../chat/toxcore/buildlink3.mk"
 .include "../../wip/filter_audio-git/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index