Hello,

Thanks for working on this!

Joan Lledó, le lun. 05 janv. 2026 10:49:22 +0100, a ecrit:
> From: Joan Lledó <[email protected]>
> 
> It tests for dependencies and defines the proper variables for config.h
> ---
> @@ -251,6 +251,7 @@ if [ -z "$OS" ]; then
>       esac
>       case "$REST" in
>       gnu/kfreebsd*)          OS="kfreebsd"; VENDOR= ;;
> +     *gnu)             OS="gnu"; VENDOR= ;;
>       esac
>       # Special case
>       case "$OS" in
> @@ -508,6 +509,12 @@ solaris*|sunos*)
>       echo "DHCPCD_SRCS+=     if-sun.c" >>$CONFIG_MK
>       echo "LDADD+=           -ldlpi -lkstat" >>$CONFIG_MK
>       ;;
> +hurd*)

This seems contradictory with the above?

> +  echo "CSTD=gnu99" >>$CONFIG_MK
> +  echo "CPPFLAGS+=   -D_GNU_SOURCE" >>$CONFIG_MK
> +  echo "DHCPCD_SRCS+=        if-pcap.c if-hurd.c" >>$CONFIG_MK
> +  echo "#define PATH_MAX 4096" >>$CONFIG_H
> +;;
>  *)
>       echo "DHCPCD_SRCS+=     if-bsd.c" >>$CONFIG_MK
>       ;;

Samuel

Reply via email to