[Olsr-cvs] olsrd-current Makefile,1.73,1.74

Bernd Petrovitsch (spam-protected)
Wed Jan 31 13:36:51 CET 2007


Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15855

Modified Files:
	Makefile 
Log Message:
* applied patches from the most recent FreiFunkFirmware (and fixed compile errors) according
  to http://www.olsr.org/pipermail/olsr-dev/2006-December/254036.html:
  - olsrd-libsmake.patch
  - olsrd-dyngwplain.patch
  - olsrd-txtinfo.patch
  - olsrd-quagga.patch
  - olsrd-quagga-routehandler.patch
  - olsrd-optimize.patch
  - olsrd-bmf-fixes.patch
  - olsrd-fixes-sven-ola.patch
  - olsrd-fixes-jhay-bsd.patch
  - olsrd-fixes-backport.patch
  - olsrd-fixes-routedel.patch
  - olsrd-cpu-overload.patch
  - olsrd-secure_key_path.patch
  - olsrd-hna_ip_fix.patch
  Not applied:
  - olsrd-nameservice+services.patch: This patch produced too many rejects to fix easily.
  - olsrd-fixes-eric.patch: This was not found on the webserver.
  - olsrd-bmf.patch: We had already a "bmf" plug-in in there.
* made the checksum type in the olsrd_secure plug-in "olsr_u8_t" (instead
   of a wild "char *" and "unsigned char *" mix) everywhere. It killed
   lots of warnings.
* localized the checksum_cache array in olsrd_secure.c.


Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/Makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** Makefile	15 Nov 2006 22:09:16 -0000	1.73
--- Makefile	31 Jan 2007 12:36:49 -0000	1.74
***************
*** 146,149 ****
--- 146,154 ----
  		$(MAKE) -C lib/dyn_gw install
  
+ dyn_gw_plain:
+ 		$(MAKE) -C lib/dyn_gw_plain clean
+ 		$(MAKE) -C lib/dyn_gw_plain
+ 		$(MAKE) -C lib/dyn_gw_plain install
+ 
  secure:
  		$(MAKE) -C lib/secure clean





More information about the Olsr-cvs mailing list