From dff89c1cf23ece0def4ae69888d1ad58c9dc50f6ae8f9d1781fe7bacd7081a41 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Feb 2014 12:31:31 +0000 Subject: [PATCH] Accepting request 221347 from home:dimstar:FactoryBuildSprint - Declare CC=gcc to ensure we build with gcc; seems make falls back to 'c99' otherwise (instead of requiring posix_cc). OBS-URL: https://build.opensuse.org/request/show/221347 OBS-URL: https://build.opensuse.org/package/show/editors/libtranscript?expand=0&rev=3 --- libtranscript.changes | 6 ++++++ libtranscript.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libtranscript.changes b/libtranscript.changes index 091857a..65e567d 100644 --- a/libtranscript.changes +++ b/libtranscript.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 7 22:11:49 UTC 2014 - dimstar@opensuse.org + +- Declare CC=gcc to ensure we build with gcc; seems make falls back + to 'c99' otherwise (instead of requiring posix_cc). + ------------------------------------------------------------------- Mon Jun 10 13:11:26 UTC 2013 - jengelh@inai.de diff --git a/libtranscript.spec b/libtranscript.spec index ea1ac64..0501e66 100644 --- a/libtranscript.spec +++ b/libtranscript.spec @@ -1,7 +1,7 @@ # # spec file for package libtranscript # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -63,6 +63,7 @@ applications that want to make use of libtranscript. %setup -q %build +export CC=gcc %configure --docdir="%_docdir/%name" make %{?_smp_mflags}