Are you sure they aren&#39;t being read from the environment?<br><br>I submitted a patch some months ago, that added support for LDFLAGS, so they should be working by now...<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;">LDFLAGS (which are frequently essential to cross-compilation) aren&#39;t<br>
being used when doing hostapd&#39;s terminal link.<br>
<br>
--- hostapd-0.6.10/hostapd/Makefile.orig        2010-01-12 06:55:02.000000000 -0800<br>
+++ hostapd-0.6.10/hostapd/Makefile     2010-01-31 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 ../src/utils/os_$(CONFIG_OS).o<br>
 hostapd_cli: $(OBJS_c)<br>
<br>
<br>
_______________________________________________<br>
HostAP mailing list<br>
<a href="mailto:HostAP@lists.shmoo.com">HostAP@lists.shmoo.com</a><br>
<a href="http://lists.shmoo.com/mailman/listinfo/hostap" target="_blank">http://lists.shmoo.com/mailman/listinfo/hostap</a><br>
</blockquote></div><br>