update error flags work-around
This commit is contained in:
parent
19d8b85789
commit
6bb79c0fd5
@ -96,7 +96,6 @@ with different major/minor versions of GStreamer.
|
||||
|
||||
%build
|
||||
# 0.10.0: manuals do not build due to an openjade error; disable for now
|
||||
export CFLAGS=-fno-strict-aliasing
|
||||
%configure \
|
||||
--with-package-name='Fedora Core gstreamer package' \
|
||||
--with-package-origin='http://download.fedora.redhat.com/fedora' \
|
||||
@ -106,7 +105,7 @@ export CFLAGS=-fno-strict-aliasing
|
||||
|
||||
#make %{?_smp_mflags}
|
||||
# FIXME: docs building doesn't work with smp yet
|
||||
make
|
||||
make ERROR_CFLAGS=""
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user