forked from pool/os-prober
Accepting request 86463 from Base:System
- cross-build fix: use %__cc macro (forwarded request 86444 from uli_suse) OBS-URL: https://build.opensuse.org/request/show/86463 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-prober?expand=0&rev=3
This commit is contained in:
commit
1ca5251065
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 15:53:26 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build fix: use %__cc macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 13:08:58 UTC 2011 - aj@suse.de
|
||||
|
||||
|
@ -52,7 +52,7 @@ distributions can be added easily.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags} CC="%__cc" CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_bindir}
|
||||
|
Loading…
Reference in New Issue
Block a user