<p>Em 22/07/2011 23:43, <<a href="mailto:chninkel@users.sourceforge.net">chninkel@users.sourceforge.net</a>> escreveu:<br>
><br>
> Revision: 15189<br>
>          <a href="http://gar.svn.sourceforge.net/gar/?rev=15189&view=rev">http://gar.svn.sourceforge.net/gar/?rev=15189&view=rev</a><br>
> Author:   chninkel<br>
> Date:     2011-07-22 22:42:59 +0000 (Fri, 22 Jul 2011)<br>
><br>
> Log Message:<br>
> -----------<br>
> lftp: second try to fix IPV6_V6ONLY build problem</p>
<p>Another solution is to disable ipv6 in 5.9 and have a separate ipv6-enabled build for 5.10. I did that with lighttpd. </p>
<p>> Modified Paths:<br>
> --------------<br>
>    csw/mgar/pkg/lftp/trunk/Makefile<br>
><br>
> Modified: csw/mgar/pkg/lftp/trunk/Makefile<br>
> ===================================================================<br>
> --- csw/mgar/pkg/lftp/trunk/Makefile    2011-07-22 21:22:52 UTC (rev 15188)<br>
> +++ csw/mgar/pkg/lftp/trunk/Makefile    2011-07-22 22:42:59 UTC (rev 15189)<br>
> @@ -60,8 +60,11 @@<br>
>  # Add a --disable-ipv6 option to configure so we can disable ipv6 support<br>
>  # under Solaris 9 and workaround "IPV6_V6ONLY symbole missing" issue<br>
>  # see <a href="http://wiki.opencsw.org/porting-faq#toc14">http://wiki.opencsw.org/porting-faq#toc14</a><br>
> -PATCHFILES += disable_ipv6_configure_option.patch<br>
> +#PATCHFILES += disable_ipv6_configure_option.patch<br>
><br>
> +# Disable the use of IPV6_V6ONLY<br>
> +PATCHFILES += 0006-no-ipv6_v6only-setsock-option-under-solaris-9.patch<br>
> +<br>
>  # sun should not be used as a variable as sun is a macro under Solaris<br>
>  PATCHFILES += do_not_use_sun_as_a_variable.patch<br>
><br>
><br>
><br>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.<br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@lists.opencsw.org">devel@lists.opencsw.org</a><br>
> <a href="https://lists.opencsw.org/mailman/listinfo/devel">https://lists.opencsw.org/mailman/listinfo/devel</a><br>
</p>