Added missing -lrt.

Tentative fix for GitHub issue #38.
master
Nicolas Favre-Felix 13 years ago
parent 227e1809e4
commit a6c994cd24

@ -5,7 +5,7 @@ FORMAT_OBJS=formats/json.o formats/raw.o formats/common.o formats/custom-type.o
HTTP_PARSER_OBJS=http-parser/http_parser.o HTTP_PARSER_OBJS=http-parser/http_parser.o
CFLAGS=-O3 -Wall -Wextra -I. -Ijansson/src -Ihttp-parser CFLAGS=-O3 -Wall -Wextra -I. -Ijansson/src -Ihttp-parser
LDFLAGS=-levent -pthread LDFLAGS=-levent -pthread -lrt
# check for MessagePack # check for MessagePack
MSGPACK_LIB=$(shell ls /usr/lib/libmsgpack.so 2>/dev/null) MSGPACK_LIB=$(shell ls /usr/lib/libmsgpack.so 2>/dev/null)

Loading…
Cancel
Save