summaryrefslogtreecommitdiffstats
path: root/net/netpipe/patches/001-Makefile_honor_CFLAGS_for_VFP.patch
blob: 41364250bfb9cc80672542b4564deae289183e90 (plain)
1
2
3
4
5
6
7
8
9
10
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