Accepting request 86378 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86378 OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=41
This commit is contained in:
parent
5401a507b1
commit
0f92e6defc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 14:49:47 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
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ find . -type f | xargs chmod -x
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export RPM_OPT_FLAGS
|
export RPM_OPT_FLAGS
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} CC="%{__cc}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall docdir=%{_defaultdocdir}/%{name}
|
%makeinstall docdir=%{_defaultdocdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user