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

- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86371
OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=296
This commit is contained in:
Dirk Mueller 2011-10-04 08:30:07 +00:00 committed by Git OBS Bridge
parent 9f79584ffb
commit 07e9c5c539
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 14:36:31 UTC 2011 - uli@suse.com
- cross-build fix: use %__cc macro
-------------------------------------------------------------------
Sat Sep 17 10:40:22 UTC 2011 - jengelh@medozas.de

View File

@ -56,7 +56,7 @@ and convenience hacks).
%setup -n aaa_base
%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}
if test -d patches/$RPM_ARCH; then
pushd files
for file in ../patches/$RPM_ARCH/*; do