[Olsr-cvs] olsrd-current/lib/secure Makefile,1.17,1.18
Bernd Petrovitsch
(spam-protected)
Thu Jul 26 19:34:56 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/secure
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28549/lib/secure
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/secure/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile 15 Jul 2007 21:47:17 -0000 1.17
--- Makefile 26 Jul 2007 17:34:54 -0000 1.18
***************
*** 46,51 ****
ifdef USE_OPENSSL
! CFLAGS += -DUSE_OPENSSL
! LIBS += -lssl -lcrypto
endif
--- 46,51 ----
ifdef USE_OPENSSL
! CPPFLAGS += -DUSE_OPENSSL
! LIBS += -lssl -lcrypto
endif
More information about the Olsr-cvs
mailing list