From 1b4eb27edd2fbab198e8f01619f31409e7168ea7699c28a5159a871657a67235 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Oct 2011 09:24:37 +0000 Subject: [PATCH] Accepting request 86487 from home:uli_suse:branches:Base:System - cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86487 OBS-URL: https://build.opensuse.org/package/show/Base:System/utempter?expand=0&rev=14 --- utempter.changes | 5 +++++ utempter.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/utempter.changes b/utempter.changes index 73d248d..5969fee 100644 --- a/utempter.changes +++ b/utempter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 4 09:03:15 UTC 2011 - uli@suse.com + +- cross-build fix: use %__cc macro + ------------------------------------------------------------------- Thu Nov 11 09:09:07 UTC 2010 - aj@suse.de diff --git a/utempter.spec b/utempter.spec index e0d1e34..2a047a3 100644 --- a/utempter.spec +++ b/utempter.spec @@ -1,7 +1,7 @@ # -# spec file for package utempter (Version 0.5.5) +# spec file for package utempter # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -21,7 +21,7 @@ Name: utempter %define utmpGroup utmp Version: 0.5.5 -Release: 151 +Release: 152 Summary: A privileged helper for utmp and wtmp updates License: MIT Group: Productivity/Security @@ -65,7 +65,7 @@ package contains the development files needed. %patch2 -p1 %build -make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %install export DESTDIR=$RPM_BUILD_ROOT