From 4d740d11e822f8dc2d9adda7d5e83f4fbf22f08a Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 4 Nov 2008 16:02:43 +1100 Subject: [PATCH] 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 --- site_ansto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index f278d03e..af21ffac 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -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