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:
parent
9f79584ffb
commit
07e9c5c539
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user