Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: /src/external/bsd/wpa/dist/src/radius/Makefile unconditionally defines IPV6



In article <4C7A71C7.6020802%intrepid.warped.com@localhost>,
Scott Ellis  <scotte%intrepid.warped.com@localhost> wrote:
>The Makefile looks to have:
>
>CFLAGS += -DCONFIG_IPV6
>
>
>Which is unfortunate, when /etc/mk.conf includes MKINET6=no, since the 
>build fails with:
>
>--- dependall-wpa ---
>radius_server.o: In function `radius_server_init':
>radius_server.c:(.text+0x186e): undefined reference to `in6addr_any'
>radius_server.c:(.text+0x187a): undefined reference to `in6addr_any'
>collect2: ld returned 1 exit status
>*** [hostapd] Error code 1
>
>
>The Makefile should define CONFIG_IPV6 conditional on MKINET6=yes, right?

Fixed, thanks.

christos



Home | Main Index | Thread Index | Old Index