Accepting request 86397 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86397 OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=10
This commit is contained in:
parent
cd1cb917d6
commit
3aeeb2ef89
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 15:22:48 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build fix: use %__cc macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -56,7 +56,7 @@ Authors:
|
||||
cp defconfig .config
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
|
||||
CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_sbindir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user