Explicitly disable FAM for now

OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=40
This commit is contained in:
Philip Taylor 2012-10-14 11:32:51 +00:00 committed by Git OBS Bridge
parent 6f0203375a
commit d5645fc353

View File

@ -109,7 +109,7 @@ history.
%build
export CFLAGS="%{optflags}"
export CPPFLAGS="%{optflags}"
build/workspaces/update-workspaces.sh --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet
build/workspaces/update-workspaces.sh --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet --without-fam
pushd build/workspaces/gcc
%__make verbose=1 %{?_smp_mflags}
popd