From d5645fc353b386f23dcb8691f97b322c8bdc92bf70bbadc321e8e87d413b198c Mon Sep 17 00:00:00 2001 From: Philip Taylor Date: Sun, 14 Oct 2012 11:32:51 +0000 Subject: [PATCH] Explicitly disable FAM for now OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=40 --- 0ad.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0ad.spec b/0ad.spec index 6578608..5b66fb3 100644 --- a/0ad.spec +++ b/0ad.spec @@ -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