update error flags work-around

This commit is contained in:
Bastien Nocera 2008-03-04 01:32:19 +00:00
parent 19d8b85789
commit 6bb79c0fd5

View File

@ -96,7 +96,6 @@ with different major/minor versions of GStreamer.
%build %build
# 0.10.0: manuals do not build due to an openjade error; disable for now # 0.10.0: manuals do not build due to an openjade error; disable for now
export CFLAGS=-fno-strict-aliasing
%configure \ %configure \
--with-package-name='Fedora Core gstreamer package' \ --with-package-name='Fedora Core gstreamer package' \
--with-package-origin='http://download.fedora.redhat.com/fedora' \ --with-package-origin='http://download.fedora.redhat.com/fedora' \
@ -106,7 +105,7 @@ export CFLAGS=-fno-strict-aliasing
#make %{?_smp_mflags} #make %{?_smp_mflags}
# FIXME: docs building doesn't work with smp yet # FIXME: docs building doesn't work with smp yet
make make ERROR_CFLAGS=""
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT