ports/databases/webdis/files/patch-Makefile
2021-09-05 22:48:15 +02:00

13 lines
588 B
Text

--- Makefile.orig 2021-09-05 02:05:39 UTC
+++ Makefile
@@ -5,8 +5,8 @@ B64_OBJS?=src/b64/cencode.o
FORMAT_OBJS?=src/formats/json.o src/formats/raw.o src/formats/common.o src/formats/custom-type.o
HTTP_PARSER_OBJS?=src/http-parser/http_parser.o
-CFLAGS ?= -Wall -Wextra -Isrc -Isrc/jansson/src -Isrc/http-parser -MD
-LDFLAGS ?= -levent -pthread
+CFLAGS += -Isrc -Isrc/jansson/src -Isrc/http-parser -MD -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/event2
+LDFLAGS += -levent -pthread -L%%LOCALBASE%%/lib
# Pass preprocessor macros to the compile invocation
CFLAGS += $(CPPFLAGS)