From c51cffecba065f617fe0dcc7e3aea17d3f8426cc Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 12 Mar 2013 19:05:12 +0000 Subject: link against libutil to get pidfile functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9a1cca..0047634 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # $Id$ CFLAGS+=-Wall -Wextra -pedantic -Os -LDFLAGS+=-s +LDFLAGS+=-s -lutil PREFIX?=/usr/local all: jaildaemon -- cgit v1.2.3