diff options
author | erdgeist <> | 2013-03-12 19:05:12 +0000 |
---|---|---|
committer | erdgeist <> | 2013-03-12 19:05:12 +0000 |
commit | c51cffecba065f617fe0dcc7e3aea17d3f8426cc (patch) | |
tree | 71552ef8b63816a80aac4379af185e37223999a5 | |
parent | 1bb78bf47650bcaccb359ae774554bcbc10934ab (diff) |
link against libutil to get pidfile functions
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | # $Id$ | 1 | # $Id$ |
2 | 2 | ||
3 | CFLAGS+=-Wall -Wextra -pedantic -Os | 3 | CFLAGS+=-Wall -Wextra -pedantic -Os |
4 | LDFLAGS+=-s | 4 | LDFLAGS+=-s -lutil |
5 | PREFIX?=/usr/local | 5 | PREFIX?=/usr/local |
6 | 6 | ||
7 | all: jaildaemon | 7 | all: jaildaemon |