forked from pool/mdadm
Accepting request 86414 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86414 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=43
This commit is contained in:
parent
b4f2199395
commit
9ce8c5d116
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 15:35:39 UTC 2011 - uli@suse.com
|
||||||
|
|
||||||
|
- cross-build fix: use %__cc macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 18 06:30:45 UTC 2011 - nfbrown@novell.com
|
Thu Aug 18 06:30:45 UTC 2011 - nfbrown@novell.com
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f}
|
%{suse_update_config -f}
|
||||||
make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS -Wno-error"
|
make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||||
cd Software-RAID.HOWTO
|
cd Software-RAID.HOWTO
|
||||||
sgml2html Software-RAID.HOWTO.sgml
|
sgml2html Software-RAID.HOWTO.sgml
|
||||||
sgml2txt Software-RAID.HOWTO.sgml
|
sgml2txt Software-RAID.HOWTO.sgml
|
||||||
|
Loading…
Reference in New Issue
Block a user