Accepting request 86448 from home:uli_suse:branches:Base:System

- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86448
OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=56
This commit is contained in:
Dirk Mueller 2011-10-04 08:45:50 +00:00 committed by Git OBS Bridge
parent cccb445876
commit d03e44ed74
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 15:59:27 UTC 2011 - uli@suse.com
- cross-build fix: use %__cc macro
-------------------------------------------------------------------
Fri Aug 26 12:41:30 UTC 2011 - lnussel@suse.de

View File

@ -151,7 +151,7 @@ Authors:
%build
make %{?_smp_mflags} CFLAGS="-Wall -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS -pipe" \
CC="gcc"
CC="%__cc"
hz="$(ps/ps aux 2>&1 | grep -E '^Unknown HZ value')" || true
test -z "$hz" || exit 1