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 # verbose build output
sed -i.silent '\,^.SILENT:,d' makeinclude.in sed -i.silent '\,^.SILENT:,d' makeinclude.in
autoconf autoconf
%build %build
# using --with-optim, so unset CFLAGS/CXXFLAGS # using --with-optim, so unset CFLAGS/CXXFLAGS
export CFLAGS=" " export CFLAGS=""
export CXXFLAGS=" " export CXXFLAGS=""
%configure \ %configure \
--with-links \ --with-links \