diff --git a/net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch b/net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch new file mode 100644 index 000000000..41364250b --- /dev/null +++ b/net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch @@ -0,0 +1,11 @@ +--- a/makefile ++++ b/makefile +@@ -21,7 +21,7 @@ + ######################################################################## + + CC = cc +-CFLAGS = -O -g ++CFLAGS += -O -g + SRC = ./src + + # For MPI, mpicc will set up the proper include and library paths