From 3aeeb2ef895f6fe9a6814763159cfe67adccf8514c5a84b2e716a80a58186b4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Oct 2011 08:37:49 +0000 Subject: [PATCH] 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 --- hostapd.changes | 5 +++++ hostapd.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hostapd.changes b/hostapd.changes index 001ea1c..bfae7fc 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -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 diff --git a/hostapd.spec b/hostapd.spec index 868efc4..044094d 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -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}