Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
varnish{ncsa,stat} also need librt.
Browse files Browse the repository at this point in the history
git-svn-id: http://www.varnish-cache.org/svn/trunk@760 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
dag-erling committed Aug 8, 2006
1 parent 9113da8 commit a0d583c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/varnishncsa/Makefile.am
Expand Up @@ -12,5 +12,8 @@ varnishncsa_CFLAGS = -include config.h

varnishncsa_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
$(top_builddir)/lib/libvarnishapi/libvarnishapi.la

if NEED_LIBRT
varnishncsa_LDADD += -lrt
endif
4 changes: 4 additions & 0 deletions bin/varnishstat/Makefile.am
Expand Up @@ -14,3 +14,7 @@ varnishstat_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
-lcurses

if NEED_LIBRT
varnishstat_LDADD += -lrt
endif

0 comments on commit a0d583c

Please sign in to comment.