Accepting request 86678 from home:uli_suse:branches:devel:libraries:c_c++
- cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86678 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libaio?expand=0&rev=13
This commit is contained in:
parent
d830b8919f
commit
6ac0b8a0a3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 12:13:40 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build fix: use %__cc macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 12:36:33 UTC 2011 - adrian@suse.de
|
||||
|
||||
|
@ -75,7 +75,7 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or
|
||||
%patch -p1 -P 3 -P 4 -P 5 -P 6 -P 7
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} OPTFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
make install prefix=%{buildroot}/usr libdir=%{buildroot}/%{_lib}
|
||||
|
Loading…
Reference in New Issue
Block a user