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

- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86379
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2011-10-04 08:34:39 +00:00 committed by Git OBS Bridge
parent 0e7f1a7b12
commit 2abedfe19f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 30 14:51:02 UTC 2011 - uli@suse.com
- cross-build fix: use %__cc macro
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -46,7 +46,7 @@ drives or on floppies.
%patch3 -p1 %patch3 -p1
%build %build
make OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags} make CC="%__cc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags}
%install %install
%makeinstall %makeinstall