Set the DO_NOT_SELECT_BEFORE_SEND macro def for network.c
This stops GumTree from killing SICS when it exits. r2733 | ffr | 2008-11-04 16:02:43 +1100 (Tue, 04 Nov 2008) | 3 lines
This commit is contained in:
committed by
Douglas Clowes
parent
25ac6f8b27
commit
4d740d11e8
@@ -15,7 +15,7 @@ default: all
|
||||
# PSI rules and variables
|
||||
EXTRA=nintf.o
|
||||
PSI_CLEAN_MATRIX = rm -f ../*.o; $(MAKE) -C ../matrix $(MFLAGS) clean
|
||||
PSI_CFLAGS = -I./ -I$(HDFROOT)/include -DHDF5 -DNXXML\
|
||||
PSI_CFLAGS = -I./ -I$(HDFROOT)/include -DDO_NOT_SELECT_BEFORE_SEND -DHDF5 -DNXXML\
|
||||
-DCYGNUS -DNONINTF -std=gnu99 -g $(DFORTIFY)\
|
||||
-Wall -Wextra -Wno-unused
|
||||
PSI_SLIBS = matrix/libmatrix.a
|
||||
|
||||
Reference in New Issue
Block a user