From 850c7734b49c434bbe2211a6dbc5d62478a09848 Mon Sep 17 00:00:00 2001 From: Brian McCallister Date: Mon, 2 Apr 2012 13:55:52 -0600 Subject: [PATCH] add comment about libevent-1.4 so that folks trying to build against 2.0 will hopefully see it :-) --- sortdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sortdb/Makefile b/sortdb/Makefile index fc4d5c8..173ec5f 100644 --- a/sortdb/Makefile +++ b/sortdb/Makefile @@ -1,3 +1,4 @@ +# requires libevent-1.4 right now, will not work with libevent-2.X LIBEVENT ?= /usr/local TARGET ?= /usr/local LIBSIMPLEHTTP ?= ../simplehttp