entrance: fix DSO issue on clock_gettime, the daemon must be linked with rt

This commit is contained in:
Michaël Bouchaud (yoz) 2014-05-09 17:04:04 +02:00
parent 1f2cf3449f
commit 6a0aa9f717
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ entrance.c
entrance_LDFLAGS =
entrance_LDADD = @ENTRANCE_LIBS@
entrance_LDADD = @ENTRANCE_LIBS@ -lrt
entrance_wait_SOURCES = \
entrance_wait.c