[Wifidog] Building for OpenWRT...

Philippe April isf_lists at philippeapril.com
Wed Oct 27 07:48:07 EDT 2004


Doh.

I changed all those, because the ipkg/rules wasn't working on Debian stable
(I'm not the best autoconf/make hacker but I believe it's because my
version is too old and doesn't support stuff).

Thanks for flagging that, I'll test it on the build server.

Philippe

On Wed, Oct 27, 2004 at 04:51:39AM -0400, Thomas Guyot-Sionnest wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> It seems that there's an error in ipkg/rules.. On line 40,
> 
> CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr
> - --host=$(ARCH) --build=$(ARCH) --target=$(ARCH)
> 
> should be
> 
> CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr
> - --host=$(ARCH) --target=$(ARCH)
> 
> Otherwise, configure try to run mips-el code on the build host, thinking
> it's the same architecture....
> 
> Thomas
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFBf2Gb6dZ+Kt5BchYRAs1IAJ9qry7Jz2O32UZOlnAnuxs/dYIoPQCggRzc
> ghoasms5EamCoBuO5OXyItU=
> =7s5C
> -----END PGP SIGNATURE-----

> --- wifidog.1/ipkg/rules	2004-10-26 20:31:15.000000000 -0400
> +++ wifidog/ipkg/rules	2004-10-27 04:29:48.000000000 -0400
> @@ -37,7 +37,7 @@
>  build-wifidog-stamp:
>  	./autogen.sh
>  	-$(MAKE) distclean
> -	CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr  --host=$(ARCH) --build=$(ARCH) --target=$(ARCH)
> +	CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr  --host=$(ARCH) --target=$(ARCH)
>  	$(MAKE)
>  
>  	touch build-wifidog-stamp

-------------- next part --------------
_______________________________________________
Wifidog mailing list
Wifidog at isf.waglo.com
http://isf.waglo.com/mailman/listinfo/wifidog_isf.waglo.com


More information about the Wifidog mailing list