mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
trunk-recorder: disable runtime safety checks :-(
This commit is contained in:
parent
f7e43ab163
commit
d184a06ec4
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue