[Buildroot] [PATCH 1/1] package/libcodec2: disable unittest

Bernd Kuhls bernd.kuhls at t-online.de
Wed Aug 2 16:52:17 UTC 2017


Quoting
https://svn.code.sf.net/p/freetel/code/codec2-dev/CMakeLists.txt
"# Unittest should be on for dev builds and off for releases."

If unittest is enabled libcodec2 depends on speex and libsamplerate.
To avoid these dependencies we simply disable unittest.

Fixes
http://autobuild.buildroot.net/results/da2/da2b6402c8fabd85a9ee728e8dbf7b78c5aa801e/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/libcodec2/libcodec2.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libcodec2/libcodec2.mk b/package/libcodec2/libcodec2.mk
index 38ecac164..7d1c6c383 100644
--- a/package/libcodec2/libcodec2.mk
+++ b/package/libcodec2/libcodec2.mk
@@ -11,6 +11,7 @@ LIBCODEC2_LICENSE = LGPL-2.1
 LIBCODEC2_LICENSE_FILES = COPYING
 LIBCODEC2_INSTALL_STAGING = YES
 LIBCODEC2_SUPPORTS_IN_SOURCE_BUILD = NO
+LIBCODEC2_CONF_OPTS = -DUNITTEST=OFF
 
 ifeq ($(BR2_PACKAGE_LIBCODEC2_EXAMPLES),y)
 LIBCODEC2_CONF_OPTS += -DINSTALL_EXAMPLES=ON
-- 
2.11.0



More information about the buildroot mailing list