[Olsr-cvs] olsrd-current/make Makefile.fbsd,1.4,1.5
spoggle
(spam-protected)
Thu Jun 2 20:52:47 CEST 2005
Update of /cvsroot/olsrd/olsrd-current/make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13855
Modified Files:
Makefile.fbsd
Log Message:
fixed typo: 'LIBS =+' should be 'LIBS +='
Index: Makefile.fbsd
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/make/Makefile.fbsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.fbsd 2 Jun 2005 15:09:37 -0000 1.4
--- Makefile.fbsd 2 Jun 2005 18:52:44 -0000 1.5
***************
*** 13,17 ****
HDRS += $(wildcard src/bsd/*.h) $(wildcard src/unix/*.h)
! LIBS =
CFLAGS += -DOLSRD_GLOBAL_CONF_FILE=\"$(CFGFILE)\"
--- 13,17 ----
HDRS += $(wildcard src/bsd/*.h) $(wildcard src/unix/*.h)
! LIBS =
CFLAGS += -DOLSRD_GLOBAL_CONF_FILE=\"$(CFGFILE)\"
***************
*** 20,24 ****
CFLAGS += -DSPOOF -I$(INSTALL_PREFIX)/include
! LIBS =+ -L$(INSTALL_PREFIX)/lib -lnet
endif
--- 20,24 ----
CFLAGS += -DSPOOF -I$(INSTALL_PREFIX)/include
! LIBS += -L$(INSTALL_PREFIX)/lib -lnet
endif
***************
*** 34,36 ****
OS_LIB_PTHREAD = -pthread
! OS_LIB_DYNLOAD =
--- 34,36 ----
OS_LIB_PTHREAD = -pthread
! OS_LIB_DYNLOAD =
More information about the Olsr-cvs
mailing list