From b3c40f744354bb83189f047e0e6d6abbab42a837 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 4 Aug 2009 04:59:52 +0200 Subject: [PATCH] Use -levent not -lev --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a7800ce..0496325 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,7 @@ USE_SSL ?= NO USE_BIGENDIAN ?= AUTO BITS ?= AUTO SILENT ?= YES -LDLIBS += -lev +LDLIBS += -levent TERSE ?= NO STACK_PROTECT ?= NO