summaryrefslogtreecommitdiff
path: root/package/mongrel2/patches/patch-tools_procer_Makefile
blob: 82b0e85e05afd2641811456a948a49ae1b9554ef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mongrel2-v1.11.0.orig/tools/procer/Makefile	2015-12-31 10:25:18.000000000 +0100
+++ mongrel2-v1.11.0/tools/procer/Makefile	2016-04-25 20:05:39.765826160 +0200
@@ -1,5 +1,6 @@
-CFLAGS=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
-PREFIX?=/usr/local
+CFLAGS?=
+CFLAGS+=-DNDEBUG -pthread -g -I../../src -Wall $(OPTFLAGS)
+PREFIX?=/usr
 LIBS?=-lzmq 
 SOURCES=$(wildcard *.c)
 OBJECTS=$(patsubst %.c,%.o,${SOURCES})