trunk-recorder: disable runtime safety checks :-(

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-24 16:31:57 -05:00
parent f7e43ab163
commit d184a06ec4
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
@ -37,6 +37,12 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND=""
#-D_GLIBCXX_ASSERTIONS reveals the issue but the code is broken and this only hides it
#https://github.com/robotastic/trunk-recorder/issues/780
#https://github.com/robotastic/trunk-recorder/issues/779
#https://github.com/gnuradio/gnuradio/issues/6547
append-cxxflags -U_GLIBCXX_ASSERTIONS
src_install() {
cmake_src_install
# https://github.com/robotastic/trunk-recorder/issues/722