Workaround for FTBFS in Rawhide; bugzilla for this issue opened #1546787
This commit is contained in:
parent
77b5226e90
commit
1b9c8d9419
@ -35,7 +35,10 @@ replication engine see http://www.codership.com.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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
|
scons %{?_smp_mflags} strict_build_flags=0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user