From a9a8cf133f5f797806a2e0924ec9089d65cefff9 Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Mon, 13 Nov 2017 16:29:04 -0500 Subject: remove EFENCE since ALSA had issue with it, update submodule tag Signed-off-by: Tai Vuong --- afb-utilities | 2 +- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/afb-utilities b/afb-utilities index 77c12fc..88307ba 160000 --- a/afb-utilities +++ b/afb-utilities @@ -1 +1 @@ -Subproject commit 77c12fc3a44ce4fd1f4a83019547190d0f44549a +Subproject commit 88307badb86a1252b0286e29ac3c1165bbee680d diff --git a/conf.d/app-templates b/conf.d/app-templates index c881d86..8c2b059 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit c881d86fc8852a2b2215856d3503aba192c0f4ee +Subproject commit 8c2b05967a3237e624a2cc78e13fcd1c5e72991c diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 07f5d2c..cb88135 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -39,6 +39,10 @@ set(PROJECT_SRC_DIR_PATTERN "[^_]*") # ---------------------------------- set(CMAKE_BUILD_TYPE "DEBUG") +# Alsa does not really like libEfence +set(USE_EFENCE 0) + + # Compiler selection if needed. Overload the detected compiler. # ----------------------------------------------- set (gcc_minimal_version 4.9) -- cgit