Workaround for FTBFS in Rawhide; bugzilla for this issue opened #1546787

This commit is contained in:
Michal Schorm 2018-02-19 16:37:21 +01:00
parent 77b5226e90
commit 1b9c8d9419

View File

@ -35,7 +35,10 @@ replication engine see http://www.codership.com.
%setup -q
%build
export CPPFLAGS="%{optflags}"
CPPFLAGS="%{optflags}"
CPPFLAGS=`echo $CPPFLAGS| sed -e "s|-Wp,-D_GLIBCXX_ASSERTIONS||g" `
export CPPFLAGS
scons %{?_smp_mflags} strict_build_flags=0