[Wifidog] Building for OpenWRT...

Thomas Guyot-Sionnest dermoth at aei.ca
Wed Oct 27 04:51:39 EDT 2004


-----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-----
-------------- next part --------------
--- 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