SHA256
3
0
forked from pool/aaa_base

Accepting request 86393 from Base:System

- cross-build fix: use %__cc macro (forwarded request 86371 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=325
This commit is contained in:
Ruediger Oertel 2011-10-04 16:06:20 +00:00 committed by Git OBS Bridge
commit fc9676f960
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 Sat Sep 17 10:40:22 UTC 2011 - jengelh@medozas.de

View File

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