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