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