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

- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86423
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=25
This commit is contained in:
Dirk Mueller 2011-10-04 08:42:36 +00:00 committed by Git OBS Bridge
parent ffb4c34b6f
commit 93d10401f8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 15:40:21 UTC 2011 - uli@suse.com
- cross-build fix: use %__cc macro
-------------------------------------------------------------------
Fri May 27 09:34:36 UTC 2011 - lnussel@suse.de

View File

@ -77,7 +77,7 @@ Authors:
%patch1
%build
make OPTFLAGS="$RPM_OPT_FLAGS" LIB=%_lib
make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%_lib
%install
make DESTDIR=$RPM_BUILD_ROOT LIB=%_lib install