From d12a4fd8618b833366d547e6ce0db74524749ceb6923fb6d34e3c86801b63396 Mon Sep 17 00:00:00 2001 From: Philip Taylor Date: Fri, 23 Dec 2011 20:39:58 +0000 Subject: [PATCH] Fix build flags OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=31 --- 0ad.spec | 4 ++-- debian.rules | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/0ad.spec b/0ad.spec index c46a366..e27ee0d 100644 --- a/0ad.spec +++ b/0ad.spec @@ -94,9 +94,9 @@ history. %build export CFLAGS="%{optflags}" export CPPFLAGS="%{optflags}" -build/workspaces/update-workspaces.sh --verbose --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 pushd build/workspaces/gcc -%__make CONFIG=Release %{?_smp_mflags} +%__make verbose=1 %{?_smp_mflags} popd diff --git a/debian.rules b/debian.rules index 4c5a146..a28ba58 100644 --- a/debian.rules +++ b/debian.rules @@ -26,14 +26,14 @@ build-stamp: config-stamp dh_testdir # Add here commands to compile the package. - build/workspaces/update-workspaces.sh --verbose --bindir /usr/games --datadir /usr/share/games/0ad --libdir /usr/lib/games/0ad --with-system-enet + build/workspaces/update-workspaces.sh --bindir /usr/games --datadir /usr/share/games/0ad --libdir /usr/lib/games/0ad --with-system-enet # NUMJOBS=1 # ifneq ("",$(filter parallel=%,$(DEB_BUILD_OPTIONS))) # NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) # endif # $(MAKE) -j$(NUMJOBS) -C build/workspaces/gcc - $(MAKE) CONFIG=Release -j2 -C build/workspaces/gcc + $(MAKE) verbose=1 -j2 -C build/workspaces/gcc # Run tests LD_LIBRARY_PATH=binaries/system binaries/system/test -libdir binaries/system