From 17ecde88c7a4dd0f7de979b27cfcc878a1fab1bb0294023d04c68fa2ab502182 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 15 Nov 2011 14:20:15 +0000 Subject: [PATCH] Accepting request 91565 from home:dimstar:branches:GNOME:Factory Really enable parallel build: fix typo smp_flags => smp_mflags OBS-URL: https://build.opensuse.org/request/show/91565 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=39 --- glib-networking.changes | 5 +++++ glib-networking.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/glib-networking.changes b/glib-networking.changes index d8584aa..78a82ad 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 15 14:15:53 UTC 2011 - dimstar@opensuse.org + +- Really enable parallel build: fix typo smp_flags => smp_mflags. + ------------------------------------------------------------------- Thu Oct 27 21:17:41 UTC 2011 - dimstar@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index d7f7525..310b59e 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -56,7 +56,7 @@ translation-update-upstream %configure \ --disable-static \ --with-ca-certificates=/etc/ssl/ca-bundle.pem -%__make %{?_smp_flags} V=1 +%__make %{?_smp_mflags} V=1 %install %makeinstall