[uClibc][PATCH] Fix uClibc compile problem due to missing INET defines

Erik Andersen andersen at codepoet.org
Tue Mar 19 16:55:24 UTC 2002


On Tue Mar 19, 2002 at 09:20:53AM -0600, Steven J. Hill wrote:
> diff -urN uclibc/Makefile uclibc-patched/Makefile
> --- uclibc/Makefile	Tue Mar 12 09:53:06 2002
> +++ uclibc-patched/Makefile	Mon Mar 18 07:47:53 2002
> @@ -328,6 +328,7 @@
>  	- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
>  	$(MAKE) -C test clean
>  	$(MAKE) -C ldso clean
> +	$(MAKE) -C libc/misc clean

Is there something in libc/misc that wasn't getting cleaned?
The find should be doing the heavy lifting there.

> +# define AI_V4MAPPED	0x0008	/* IPv4-mapped addresses are acceptable.  */
> +# define AI_ALL		0x0010	/* Return both IPv4 and IPv6 addresses.  */
> +# define AI_ADDRCONFIG	0x0020	/* Use configuration of this host to choose

I'd forgotten to commit a piece of getaddrinfo.c.
Fixed now, so this change isn't necessary.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list