drop some whitespace

somehow that fixes the build :)
This commit is contained in:
Rex Dieter 2015-05-04 14:30:05 -05:00
parent 94a022d037
commit 293cdb682b

View File

@ -90,15 +90,14 @@ Requires: %{name}-devel
# verbose build output
sed -i.silent '\,^.SILENT:,d' makeinclude.in
autoconf
%build
# using --with-optim, so unset CFLAGS/CXXFLAGS
export CFLAGS=" "
export CXXFLAGS=" "
export CFLAGS=""
export CXXFLAGS=""
%configure \
--with-links \