patch-tools_procer_Makefile 421 B

1234567891011
  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})