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:
parent
cccb445876
commit
d03e44ed74
@ -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
|
Fri Aug 26 12:41:30 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS="-Wall -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 $RPM_OPT_FLAGS -pipe" \
|
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
|
hz="$(ps/ps aux 2>&1 | grep -E '^Unknown HZ value')" || true
|
||||||
test -z "$hz" || exit 1
|
test -z "$hz" || exit 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user