From 213191f4e068d76e102b16774a20ae73133cc6a8 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 25 May 2009 03:26:59 +0000 Subject: libucl isn't that much common, let's compile it statically. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6988d20..543de5b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifeq ($(DISTRIB),Debian) endif ifeq ($(DISTRIB),Debian) HAVES = -DHAVE_UCL -LDFLAGS = -lucl +LDFLAGS = /usr/lib/libucl.a endif endif SHARED_FLAGS=-shared -- cgit v1.2.3