Accepting request 221629 from editors
- Declare CC=gcc to ensure we build with gcc; seems make falls back to 'c99' otherwise (instead of requiring posix_cc). (forwarded request 221345 from dimstar) OBS-URL: https://build.opensuse.org/request/show/221629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libt3key?expand=0&rev=3
This commit is contained in:
commit
0d70e67874
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 22:07:19 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 12:46:54 UTC 2013 - jengelh@inai.de
|
Mon Jun 10 12:46:54 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libt3key
|
# spec file for package libt3key
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -81,6 +81,7 @@ This subpackage contains the t3learnkeys and t3keyc programs.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CC=gcc
|
||||||
%configure --docdir="%_docdir/%name"
|
%configure --docdir="%_docdir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user