[Olsr-cvs] olsrd-current/lib/quagga Makefile,1.6,1.7

Bernd Petrovitsch (spam-protected)
Thu Jul 26 19:34:56 CEST 2007


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

Modified Files:
	Makefile 
Log Message:
* the contents of INCLUDES and DEFINES should now be placed into CPPFLAGS
  as it belongs in there
* also all -I and -D options from CFALGS are now there
* however, we add for the time being INCLUDES and DEFINES to CPPFLAGS
  (and warn) to not break ouf of tree modules.
* and the -DSUPPORT_OLD_PLUGIN_VERSIONS=1 is now fixed as it should have
  been right from the start


Index: Makefile
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/quagga/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	15 Jul 2007 21:50:46 -0000	1.6
--- Makefile	26 Jul 2007 17:34:54 -0000	1.7
***************
*** 42,52 ****
  PLUGIN_VER =	0.2.2
  
! #CFLAGS +=-DMY_DEBUG 
! CFLAGS += -g
! CFLAGS +=-DUSE_UNIX_DOMAIN_SOCKET
  
  #uncomment the following line only if you are sure what you're doing, it will 
  #probably break things! 
! # CFLAGS +=-DZEBRA_HEADER_MARKER=255 
  
  TOPDIR = ../..
--- 42,52 ----
  PLUGIN_VER =	0.2.2
  
! #CPPFLAGS +=	-DMY_DEBUG 
! CFLAGS +=	-g
! CPPFLAGS +=	-DUSE_UNIX_DOMAIN_SOCKET
  
  #uncomment the following line only if you are sure what you're doing, it will 
  #probably break things! 
! #CPPFLAGS +=	-DZEBRA_HEADER_MARKER=255 
  
  TOPDIR = ../..





More information about the Olsr-cvs mailing list