Ahh, you are right.<br><br>The patch has only been submitted to the 0.7 branch.<br><br>You can download it from here and see if it fixes it for you: <a href="http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=466940c55e101fd9d8c4b813361d2d90c11006ee">http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=466940c55e101fd9d8c4b813361d2d90c11006ee</a><br>
<br>The two patches (wpa-supplicant and hostapd) should be merged into the stable branch too if you ask me :-)<br><br><div class="gmail_quote">2010/2/2 Philip A. Prindeville <span dir="ltr">&lt;<a href="mailto:philipp_subx@redfish-solutions.com">philipp_subx@redfish-solutions.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Well, they might be inherited from the environment, but they aren&#39;t being used in any of the rules.<br>

<div class="im"><br>
<br>
On 02/02/2010 02:32 PM, Bjarke Istrup Pedersen wrote:<br>
&gt; Are you sure they aren&#39;t being read from the environment?<br>
&gt;<br>
&gt; I submitted a patch some months ago, that added support for LDFLAGS, so<br>
&gt; they should be working by now...<br>
&gt;<br>
&gt; 2010/2/2 Philip A. Prindeville &lt;<a href="mailto:philipp_subx@redfish-solutions.com">philipp_subx@redfish-solutions.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:philipp_subx@redfish-solutions.com">philipp_subx@redfish-solutions.com</a>&gt;&gt;<br>
<div><div></div><div class="h5">&gt;<br>
&gt;     LDFLAGS (which are frequently essential to cross-compilation) aren&#39;t<br>
&gt;     being used when doing hostapd&#39;s terminal link.<br>
&gt;<br>
&gt;     --- hostapd-0.6.10/hostapd/Makefile.orig        2010-01-12<br>
&gt;     06:55:02.000000000 -0800<br>
&gt;     +++ hostapd-0.6.10/hostapd/Makefile     2010-01-31<br>
&gt;     21:09:47.000000000 -0800<br>
&gt;     @@ -580,7 +580,7 @@ install: all<br>
&gt;            for i in $(ALL); do cp $$i /usr/local/bin/$$i; done<br>
&gt;      hostapd: $(OBJS)<br>
&gt;     -       $(CC) -o hostapd $(OBJS) $(LIBS)<br>
&gt;     +       $(CC) -o hostapd $(OBJS) $(LDFLAGS) $(LIBS)<br>
&gt;      OBJS_c = hostapd_cli.o ../src/common/wpa_ctrl.o<br>
&gt;     ../src/utils/os_$(CONFIG_OS).o<br>
&gt;      hostapd_cli: $(OBJS_c)<br>
<br>
</div></div></blockquote></div><br>