pass default CXXFLAGS too

f41
David Tardon 9 years ago
parent 7801010111
commit dcb9253c0d

@ -48,7 +48,7 @@ Supported output formats are CSV, HTML, SVG, plain text and raw.
%autosetup -p1
%build
export CXXFLAGS=-std=c++11
export CXXFLAGS="-std=c++11 %{optflags}"
%configure --disable-static --disable-werror --disable-zip --enable-docs --with-sharedptr=c++11
sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \

Loading…
Cancel
Save